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


Please Help Members By Posting Answers For Below Questions

Why C language is a procedural language?

614


Write a program to check armstrong number in c?

632


What is data structure in c and its types?

586


What is operator promotion?

623


Explain logical errors? Compare with syntax errors.

618






what is ur strangth & weekness

1812


What is FIFO?

668


Why is sprintf unsafe?

613


Why do we use int main instead of void main in c?

611


Explain void pointer?

585


What is sizeof in c?

565


If you know then define #pragma?

671


Write a program to reverse a linked list in c.

635


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

651


Explain what are the standard predefined macros?

647