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

Answer Posted / guru1985

b=++a(6) + ++a(7)
b=6+7
=13

Is This Answer Correct ?    83 Yes 57 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of bit field?

642


Linked lists -- can you tell me how to check whether a linked list is circular?

646


Is c pass by value or reference?

595


What is the use of typedef in structure in c?

546


Why is c called c?

629






What’s the special use of UNIONS?

659


What are type modifiers in c?

623


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

645


How many levels of pointers have?

593


What is I ++ in c programming?

626


What is the need of structure in c?

566


diff between exptected result and requirement?

1594


What is the meaning of typedef struct in c?

594


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

631


What is an expression?

657