what is the value of b
if a=5;
b=++a + ++a
Answer Posted / guru1985
b=++a(6) + ++a(7)
b=6+7
=13
| Is This Answer Correct ? | 83 Yes | 57 No |
Post New Answer View All Answers
How do you do dynamic memory allocation in C applications?
what are the facialities provided by you after the selection of the student.
Explain what is the benefit of using enum to declare a constant?
What is main () in c?
Explain what is gets() function?
Explain how do you declare an array that will hold more than 64kb of data?
Explain goto?
What is the difference between malloc() and calloc() function in c language?
I heard that you have to include stdio.h before calling printf. Why?
How can you pass an array to a function by value?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What are the advantages of union?
What is hashing in c?
What are control structures? What are the different types?
why we wont use '&' sing in aceesing the string using scanf