what will be the output of this program........
main()
{
int a=2,b=4,c=6;
printf("%d");
}
why it gives the value of third variable.
Answer Posted / srinivas
the above question will give the output 0.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is difference between constant pointer and constant variable?
Explain what is operator promotion?
What is an operator?
How do you override a defined macro?
What is the use of in c?
Explain c preprocessor?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Explain pointer. What are function pointers in C?
How do you do dynamic memory allocation in C applications?
C program to find all possible outcomes of a dice?
Mention four important string handling functions in c languages .
What is bss in c?
What is meant by errors and debugging?
What is the scope of local variable in c?
In a switch statement, explain what will happen if a break statement is omitted?