what is the value of b
if a=5;
b=++a + ++a
Answer Posted / harshfire92
b=14
| Is This Answer Correct ? | 55 Yes | 51 No |
Post New Answer View All Answers
What’s the special use of UNIONS?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Is there anything like an ifdef for typedefs?
Is return a keyword in c?
Write a program to swap two numbers without using the third variable?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the size of enum in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is huge pointer in c?
What is the difference between union and structure in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Is it cc or c in a letter?
Can we add pointers together?