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
What are the types of functions in c?
What is the need of structure in c?
What is the Purpose of 'extern' keyword in a function declaration?
Explain what does a function declared as pascal do differently?
What are run-time errors?
Can the sizeof operator be used to tell the size of an array passed to a function?
code for find determinent of amatrix
Why is it that not all header files are declared in every C program?
What is structure pointer in c?
What is the 'named constructor idiom'?
What is the code for 3 questions and answer check in VisualBasic.Net?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the correct declaration of main?
Did c have any year 2000 problems?
Is there any data type in c with variable size?