what is the value of b
if a=5;
b=++a + ++a

Answer Posted / deepika katiyar

13

Is This Answer Correct ?    36 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is restrict keyword in c?

645


Write a program with dynamically allocation of variable.

605


Can a function argument have default value?

674


Explain why C language is procedural?

771


What is methods in c?

642






How can I discover how many arguments a function was actually called with?

635


What is the use of a ‘’ character?

586


Which function in C can be used to append a string to another string?

647


What is use of bit field?

774


Is it possible to use curly brackets ({}) to enclose single line code in c program?

800


What does 4d mean in c?

949


Once I have used freopen, how can I get the original stdout (or stdin) back?

628


Explain what are the __date__ and __time__ preprocessor commands?

594


What is strcpy() function?

657


I have seen function declarations that look like this

602