what is the output of below
int n=10;
(n++)++;
printf("%d",n);
Answer Posted / abhijeet kankani
L-value required
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is the use of typedef in structure in c?
What is operator promotion?
What is a macro, and explain how do you use it?
Why & is used in scanf in c?
How are variables declared in c?
What are header files and what are its uses in C programming?
What is variable declaration and definition in c?
What is the g value paradox?
Do you have any idea about the use of "auto" keyword?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
C language questions for civil engineering
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain which function in c can be used to append a string to another string?
What is string function c?