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

Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


Explain how can I convert a number to a string?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


How is a structure member accessed?

0 Answers  


Write a program to show the change in position of a cursor using c

0 Answers  






What is the explanation for cyclic nature of data types in c?

0 Answers  


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


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

2 Answers  


Why do we need functions in c?

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


how to generate sparse matrix in c

3 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Categories