main()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / arun raj

Hi Surenda,

I think the answer is a garbage value.. i tried in gcc &
visual studio.. but i got garbage n both the case.. can u
tell which compile u compiled & got this output.

Regards
Arun Raj

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between realloc and free.

635


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What is the difference between constant pointer and constant variable?

748


Compare and contrast compilers from interpreters.

684


What is the difference between union and anonymous union?

835






How can I change the size of the dynamically allocated array?

633


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

645


What is the difference between the expression “++a” and “a++”?

650


How will you write a code for accessing the length of an array without assigning it to another variable?

615


How are portions of a program disabled in demo versions?

751


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

582


What are keywords c?

603


Tell me when would you use a pointer to a function?

609


How can you increase the size of a dynamically allocated array?

642


Explain about C function prototype?

611