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
What is c programming structure?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the meaning of ?
Difference between constant pointer and pointer to a constant.
What happens if you free a pointer twice?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Are negative numbers true in c?
How can I sort a linked list?
Why do we use null pointer?
What's the best way of making my program efficient?
What is the use of bit field?
What is pointers in c?
What is a function simple definition?
Write a program to generate random numbers in c?
What does the function toupper() do?