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
Define macros.
Why enum is used in c?
What do you know about the use of bit field?
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the differences between new and malloc in C?
What is the process to create increment and decrement stamen in c?
Can a function argument have default value?
How does placing some code lines between the comment symbol help in debugging the code?
Is fortran still used in 2018?
How many types of operator or there in c?
Can you tell me how to check whether a linked list is circular?
Why can’t constant values be used to define an array’s initial size?
write a progrmm in c language take user interface generate table using for loop?
How to create struct variables?
What are the properties of union in c?