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 the difference between null pointer and wild pointer?
What is size of union in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What do you understand by normalization of pointers?
Is there anything like an ifdef for typedefs?
What is operator precedence?
Write program to remove duplicate in an array?
How do we print only part of a string in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is %d called in c?
how to introdu5ce my self in serco
Wt are the Buses in C Language
How are strings stored in c?
Differentiate between the = symbol and == symbol?
what is use of malloc and calloc?