main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / muthu
It prints only garbage value, since the variables x and y
were not metioned out side the bracket
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what are the advantages of a macro over a function?
What are reserved words with a programming language?
I need a sort of an approximate strcmp routine?
How pointers are declared?
What is c system32 taskhostw exe?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain goto?
using only #include
Can I initialize unions?
What is the scope of global variable in c?
Why we use conio h in c?
What are the types of pointers in c?
What is the use of gets and puts?
Is there a built-in function in C that can be used for sorting data?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none