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

Answers were Sorted based on User's Feedback



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

Answer / kanitkar

10

Is This Answer Correct ?    6 Yes 32 No

Post New Answer

More C Interview Questions

What are the different pointer models in c?

4 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


How can you find out how much memory is available?

0 Answers  


What are # preprocessor operator in c?

0 Answers  






How do you search data in a data file using random access method?

0 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


State the difference between x3 and x[3].

0 Answers   Aricent,


Which is best linux os?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


What is a memory leak in structures? How can we rectify that?

2 Answers  


Categories