int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?
Answer Posted / guest
0
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is sorting in c plus plus?
Why C language is a procedural language?
What are disadvantages of C language.
What is cohesion and coupling in c?
Explain what are global variables and explain how do you declare them?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Explain what is dynamic data structure?
Differentiate between the = symbol and == symbol?
Explain the array representation of a binary tree in C.
Explain 'far' and 'near' pointers in c.
Difference between pass by reference and pass by value?
Explain what is the difference between functions abs() and fabs()?
Why c is known as a mother language?
When is a “switch” statement preferable over an “if” statement?
p*=(++q)++*--p when p=q=1 while(q<=6)