what is the value of b
if a=5;
b=++a + ++a
Answer Posted / naga
Ans:13
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is sizeof return in c?
Explain 'far' and 'near' pointers in c.
Is c compiled or interpreted?
What does p mean in physics?
How can you tell whether two strings are the same?
Why is main function so important?
How can I pad a string to a known length?
What are enums in c?
Is c procedural or functional?
how to find binary of number?
How do I get an accurate error status return from system on ms-dos?
Describe static function with its usage?
What is a pointer and how it is initialized?
Is c dynamically typed?
p*=(++q)++*--p when p=q=1 while(q<=6)