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 do the functions atoi(), itoa() and gcvt() do?
What the advantages of using Unions?
What is string constants?
What are the 5 data types?
What does c mean in standard form?
What are examples of structures?
What are identifiers and keywords in c?
What is the correct declaration of main?
write a program in c language to print your bio-data on the screen by using functions.
What are the advantages and disadvantages of pointers?
What are the storage classes in C?
How can I change their mode to binary?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is mean by data types in c?
What does 3 mean in texting?