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
Where are c variables stored in memory?
What is a void pointer? When is a void pointer used?
What are inbuilt functions in c?
Why main is not a keyword in c?
What is meant by operator precedence?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is volatile variable in c with example?
Are the variables argc and argv are local to main?
How many loops are there in c?
What is the difference between typedef struct and struct?
What do you mean by command line argument?
Explain what is the benefit of using enum to declare a constant?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What do you understand by normalization of pointers?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above