int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?
Answer Posted / sonukrrock
20
| Is This Answer Correct ? | 28 Yes | 11 No |
Post New Answer View All Answers
What are structural members?
How do you define a function?
What is the advantage of an array over individual variables?
What is operator precedence?
Why can’t constant values be used to define an array’s initial size?
i got 75% in all semester am i eligible for your company
What is memory leak in c?
What is the difference between typedef and #define?
What is the difference between null pointer and wild pointer?
Difference between exit() and _exit() function?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How is = symbol different from == symbol in c programming?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is size of union in c?
Can include files be nested? How many levels deep can include files be nested?