Close
Close

What is wrong in the code mentioned below?

   CODES DOPE

#include

int main() {

int a=111111111;

printf("%ld",a*a);

return 0;

}



OUTPUT=1653732529



Answers

  •    Vamshi Krishna , IIIT Una

    You have not written the scanf function



Ask Yours
Post Yours
Write your answer