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

What is the difference between malloc() and calloc() function in c language?

598


Is it valid to address one element beyond the end of an array?

670


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3120


What is a memory leak? How to avoid it?

569


How main function is called in c?

625






write a program to print data of 5 five students with structures?

1604


Is there sort function in c?

574


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

640


What do header files do?

601


What is bash c?

554


Tell me the use of bit field in c language?

626


Why is main function so important?

611


What are the two types of structure?

569


Explain argument and its types.

598


Is c is a low level language?

559