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 / valli
a is error because
a=b=3=4;
in this 3=4;
is wrong
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain #pragma statements.
What is wrong with this declaration?
What is the data segment that is followed by c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are global variables and how do you declare them?
What is volatile variable in c?
What do you mean by recursion in c?
What are header files in c?
What is a struct c#?
what is bit rate & baud rate? plz give wave forms
What is include directive in c?
How to throw some light on the b tree?
How do you list files in a directory?
What are the functions to open and close file in c language?
What are two dimensional arrays alternatively called as?