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
What is #define size in c?
What is the difference between text and binary i/o?
Is file a keyword in c?
Explain how do you list a file’s date and time?
Explain about the constants which help in debugging?
Explain what are the different file extensions involved when programming in c?
Can one function call another?
What does s c mean on snapchat?
What is wild pointer in c?
What is identifier in c?
What is maximum size of array in c?
What is the purpose of & in scanf?
Explain about block scope in c?
What is the meaning of ?
Are there any problems with performing mathematical operations on different variable types?