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 / jayasree
2
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Can we declare variables anywhere in c?
c program for searching a student details among 10 student details
What is meant by 'bit masking'?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Difference between exit() and _exit() function?
What is variables in c?
Difference between linking and loading?
How many levels of pointers have?
What is a pointer and how it is initialized?
How do you determine a file’s attributes?
Explain what is the difference between far and near ?
How variables are declared in c?
What is the purpose of realloc()?
What are the usage of pointer in c?
What is the maximum no. of arguments that can be given in a command line in C.?