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 multidimensional arrays
What is c method?
How are strings stored in c?
How do you use a 'Local Block'?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
write a program to concatenation the string using switch case?
What is data types?
What are categories used for in c?
Is c dynamically typed?
What are identifiers and keywords in c?
What is the main difference between calloc () and malloc ()?
What is meant by inheritance?
Difference between macros and inline functions? Can a function be forced as inline?
What is data structure in c programming?
code for quick sort?