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

Answer Posted / anupam

13

Is This Answer Correct ?    25 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

659


What is break statement?

622


What is the function of multilevel pointer in c?

665


What is a double c?

580


What is the difference between a function and a method in c?

550






What is the purpose of main( ) in c language?

610


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

607


What is c method?

528


Does c have circular shift operators?

716


Can variables be declared anywhere in c?

612


Is it better to use a macro or a function?

645


In c language can we compile a program without main() function?

567


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

663


What are the complete rules for header file searching?

662


I came across some code that puts a (void) cast before each call to printf. Why?

669