what is the value of b
if a=5;
b=++a + ++a
Answer Posted / prasoon
b=++a(6) + ++a(7)
=13
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is array of structure in c programming?
What do you know about the use of bit field?
What is an arrays?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
When we use void main and int main?
Explain what will the preprocessor do for a program?
Explain the use of fflush() function?
Why are all header files not declared in every c program?
What are the difference between a free-standing and a hosted environment?
In which header file is the null macro defined?
What is the main difference between calloc () and malloc ()?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Why is c used in embedded systems?
Combinations of fibanocci prime series
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above