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 / mohmedali
b
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Why doesnt this code work?
Is swift based on c?
#include
What does sizeof function do?
What is bash c?
what is the function of pragma directive in c?
What is pointer to pointer in c language?
Are the outer parentheses in return statements really optional?
Explain what is the benefit of using #define to declare a constant?
What is 'bus error'?
What is a volatile keyword in c?
Explain what is output redirection?
Explain the difference between malloc() and calloc() function?
Explain c preprocessor?
Is Exception handling possible in c language?