identify the in correct expression
a.a=b=3=4;
b.a=b=c=d=0;
float a=int b=3.5;
d.int a;
float b;
a=b=3.5;

Answer Posted / mohmedali

b

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I read the arrow keys? What about function keys?

618


Can true be a variable name in c?

561


What is sizeof c?

612


Can a variable be both const and volatile?

678


What are the types of type specifiers?

625






What are the differences between new and malloc in C?

612


Is it possible to pass an entire structure to functions?

563


What is dangling pointer in c?

627


Why is c platform dependent?

626


What is the difference between the local variable and global variable in c?

535


What does sizeof function do?

618


How can you determine the maximum value that a numeric variable can hold?

643


Do character constants represent numerical values?

848


Do you know what are the properties of union in c?

588


Explain how can I make sure that my program is the only one accessing a file?

633