what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kumkum
13
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do we make a global variable accessible across files? Explain the extern keyword?
What is the meaning of c in c language?
What is the difference between typedef struct and struct?
What is use of integral promotions in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How can you call a function, given its name as a string?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Why doesnt long int work?
What are external variables in c?
Can we add pointers together?
How can I discover how many arguments a function was actually called with?
Explain what happens if you free a pointer twice?
Is c++ based on c?
Why doesn't C support function overloading?