what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kuldeep
13
| Is This Answer Correct ? | 151 Yes | 77 No |
Post New Answer View All Answers
What is switch in c?
What are Macros? What are its advantages and disadvantages?
what will be maximum number of comparisons when number of elements are given?
Is it cc or c in a letter?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the difference between a string and an array?
What are different types of variables in c?
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
What is the method to save data in stack data structure type?
What is 1d array in c?
What is difference between union and structure in c?
what do you mean by inline function in C?
swap 2 numbers without using third variable?
Why array is used in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?