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

Can an array be an Ivalue?

657


What does c value mean?

620


What is data type long in c?

621


How many header files are in c?

547


What is the difference between strcpy() and memcpy() function in c programming?

626






Explain how can you avoid including a header more than once?

595


Are pointers integer?

545


What does do in c?

606


Explain how do you list files in a directory?

614


What are pointers in C? Give an example where to illustrate their significance.

746


What will be the outcome of the following conditional statement if the value of variable s is 10?

755


What does a function declared as pascal do differently?

603


How many levels of pointers have?

589


Why pointers are used?

629


What are the advantages and disadvantages of pointers?

570