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

Answer Posted / rd

its 13
initial value: 5

++a : 6
again (++a): 7

so it is (7+6) 13...and there shouldn't be any doubt about it.

Is This Answer Correct ?    14 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the dynamic data structures in C?

790


Explain what is #line used for?

608


How are variables declared in c?

599


can any one tel me wt is the question pattern for NIC exam

1558


In a byte, what is the maximum decimal number that you can accommodate?

628






What is the most efficient way to store flag values?

689


How do you view the path?

670


Is c dynamically typed?

667


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1651


What is data structure in c and its types?

596


What is && in c programming?

683


i have a written test for microland please give me test pattern

2183


What functions are used in dynamic memory allocation in c?

597


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

728


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