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 the scope of local variable in c?
What is d'n in c?
What is %d called in c?
What are qualifiers in c?
What should malloc(0) do?
What are the differences between new and malloc in C?
What is typedef example?
please explain every phase in the "SDLC" in the dotnet.
Difference between constant pointer and pointer to a constant.
Can you pass an entire structure to functions?
What does %d do in c?
What is the difference between text and binary modes?
What is the purpose of & in scanf?
Explain Basic concepts of C language?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays