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 / vint
Answer b and d are Correct.
b.a=b=c=d=0;
d.int a;
float b;
a=b=3.5;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
find out largest elemant of diagonalmatrix
What does. int *x[](); means ?
What’s a signal? Explain what do I use signals for?
What is the purpose of main() function?
what is the function of pragma directive in c?
Differentiate Source Codes from Object Codes
Where static variables are stored in memory in c?
How to write a code for reverse of string without using string functions?
What is the difference between exit() and _exit() function in c?
What are the two types of functions in c?
Can we change the value of static variable in c?
Why structure is used in c?
What is sizeof int?
Why flag is used in c?
What is the size of structure pointer in c?