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 are the different types of control structures in programming?
How to get string length of given string in c?
What is the difference between strcpy() and memcpy() function in c programming?
Can true be a variable name in c?
What are the features of c language?
How does pointer work in c?
all c language question
What is meant by errors and debugging?
How can I trap or ignore keyboard interrupts like control-c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is c variable?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How do you view the path?