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 / manish sonia
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;
in first st 4 is not assigned in the 3 so lvalue required.
second is correct.
third is incorrect
third is alsoincorrect
manish soni cgc chandigarh...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is array of pointers to string?
How many keywords (reserve words) are in c?
How do you list files in a directory?
what is the difference between 123 and 0123 in c?
What is array in c with example?
What is the difference between array_name and &array_name?
how do you programme Carrier Sense Multiple Access
What is the difference between exit() and _exit() function in c?
What are operators in c?
What does a function declared as pascal do differently?
Write a code to remove duplicates in a string.
What are the types of assignment statements?
Explain what happens if you free a pointer twice?
How many levels of indirection in pointers can you have in a single declaration?
What type of function is main ()?