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
how to count no of words,characters,lines in a paragraph.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is the right type to use for boolean values in c? Is there a standard type?
Write a program to swap two numbers without using third variable in c?
What is difference between structure and union in c programming?
Why cant I open a file by its explicit path?
What are logical errors and how does it differ from syntax errors?
Do character constants represent numerical values?
Why should I use standard library functions instead of writing my own?
How can I make sure that my program is the only one accessing a file?
shorting algorithmS
How do you list a file’s date and time?
What is the mean of function?
What is a lookup table in c?
What are data types in c language?