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
How can I find out the size of a file, prior to reading it in?
What is function and its example?
What are the 4 types of unions?
Explain what is the benefit of using const for declaring constants?
How can I direct output to the printer?
How does struct work in c?
In C, What is the #line used for?
What are the key features in c programming language?
What is the benefit of using #define to declare a constant?
Explain is it better to bitshift a value than to multiply by 2?
What is the size of structure pointer in c?
What is typedef struct in c?
Explain what are the different data types in c?
What are structure types in C?
What is graph in c?