what is the value of b
if a=5;
b=++a + ++a
Answer Posted / nitin kumar
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is I ++ in c programming?
Explain data types & how many data types supported by c?
What is a pointer value and address in c?
What is pointers in c?
What is meant by recursion?
What is equivalent to ++i+++j?
Why is c called c not d or e?
Which node is more powerful and can handle local information processing or graphics processing?
How to define structures? ·
Is c easy to learn?
Is there sort function in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the significance of scope resolution operator?
What is #include called?
Write a program of prime number using recursion.