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
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
what is a function method?give example?
Explain the difference between the local variable and global variable in c?
What is a class c rental property?
What is sizeof int?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the string functions? List some string functions available in c.
What are linker error?
What is calloc in c?
How can I access an I o board directly?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are multidimensional arrays?
Who is the main contributor in designing the c language after dennis ritchie?
What is hashing in c language?