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 / lilly
u get garbage value!!!
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Should I learn c before c++?
Why c is a mother language?
What is volatile keyword in c?
What is main function in c?
What is a far pointer in c?
Why is sprintf unsafe?
What is an arrays?
What is a structure in c language. how to initialise a structure in c?
How the c program is executed?
What are header files? What are their uses?
What is c programming structure?
Why doesnt the call scanf work?
What are c header files?
What is meant by high-order and low-order bytes?