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


Please Help Members By Posting Answers For Below Questions

any "C" function by default returns an a) int value b) float value c) char value d) a & b

656


what is a constant pointer in C

667


What are terms in math?

577


Where does the name "C" come from, anyway?

637


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

797






Explain how do you determine the length of a string value that was stored in a variable?

664


How can I invoke another program or command and trap its output?

608


Where can I get an ansi-compatible lint?

634


Do you know what are bitwise shift operators in c programming?

577


Why do some versions of toupper act strangely if given an upper-case letter?

627


What are the basic data types associated with c?

805


Explain what is meant by high-order and low-order bytes?

627


What is the use of #define preprocessor in c?

607


What is abstract data structure in c?

517


Can we change the value of #define in c?

580