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
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is an expression?
Who invented bcpl language?
Explain what is the advantage of a random access file?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
How can you determine the maximum value that a numeric variable can hold?
write an algorithm to display a square matrix.
Explain the use of 'auto' keyword in c programming?
What does *p++ do? What does it point to?
What is the scope of an external variable in c?
What is a built-in function in C?
What is the ANSI C Standard?
How to explain the final year project as a fresher please answer with sample project
What is scope rule in c?
Why do we need arrays in c?