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 / biren
6
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is c language & why it is used?
How can I delete a file?
What are the advantages of c language?
What is a stream water?
How many header files are in c?
What are the Advantages of using macro
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What are pointers?
What is the purpose of 'register' keyword?
why wipro wase
Can a file other than a .h file be included with #include?
What is the purpose of scanf() and printf() functions?
What are shell structures used for?
Explain what will the preprocessor do for a program?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?