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 / jayasree
2
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
I heard that you have to include stdio.h before calling printf. Why?
What does the format %10.2 mean when included in a printf statement?
differentiate built-in functions and user – defined functions.
What are the 32 keywords in c?
What is class and object in c?
Why n++ execute faster than n+1 ?
Write a program to swap two numbers without using a temporary variable?
What does %p mean c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Why static variable is used in c?
How do you define a function?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can a program be made to print the name of a source file where an error occurs?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?