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 / satya
identify the in correct expression
statement1: a.a=b=3=4;
statement2: b.a=b=c=d=0;
statement3: float a=int b=3.5;
statement4: d.int a;
statement5: float b;
statement6: a=b=3.5;
Here statement1, statement3, statement4 are incorrect statements and rest statements are correct.
Satya/Odisha/Balasore.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
What are the two forms of #include directive?
What is a loop?
Why array is used in c?
What is difference between union All statement and Union?
Why is c faster?
What is character constants?
Which is better pointer or array?
Explain what is the general form of a c program?
What is getch () for?
Explain how can I pad a string to a known length?
Explain pointer. What are function pointers in C?
Why c is called object oriented language?
What are the different types of control structures in programming?
what is the role you expect in software industry?