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
Write a code on reverse string and its complexity.
What is the purpose of 'register' keyword?
Can we increase size of array in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is a header file?
Describe static function with its usage?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How many identifiers are there in c?
What is the difference between functions getch() and getche()?
what is the height of tree if leaf node is at level 3. please explain
Explain what is wrong in this statement?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain the difference between malloc() and calloc() in c?
develop algorithms to add polynomials (i) in one variable
What is 02d in c?