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 / guest

a u cannot have a constant at the left side of assignment
operator

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is structure important for a child?

605


What is "Duff's Device"?

703


Why doesn't C support function overloading?

1624


Why c is called a middle level language?

636


What is time null in c?

587






What is the purpose of sprintf?

625


How are strings stored in c?

599


what will be maximum number of comparisons when number of elements are given?

1413


Explain what is a pragma?

596


What are the three constants used in c?

549


Can you explain the four storage classes in C?

646


What does return 1 means in c?

590


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

647


What is a substring in c?

590


Write a code of a general series where the next element is the sum of last k terms.

598