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;

Answers were Sorted based on User's Feedback



identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / valli

a is error because
a=b=3=4;
in this 3=4;
is wrong

Is This Answer Correct ?    15 Yes 1 No

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / guest

a u cannot have a constant at the left side of assignment
operator

Is This Answer Correct ?    9 Yes 0 No

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / mohmedali

b

Is This Answer Correct ?    9 Yes 4 No

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / manish sonia

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;

in first st 4 is not assigned in the 3 so lvalue required.
second is correct.
third is incorrect
third is alsoincorrect
manish soni cgc chandigarh...

Is This Answer Correct ?    4 Yes 1 No

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / 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

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / mohmedali

a. a=b=3=4;

Is This Answer Correct ?    4 Yes 4 No

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / 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

identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int ..

Answer / viji

float a=int b=3.5;

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More C Interview Questions

What is the stack in c?

0 Answers  


What is the heap?

0 Answers  


What is difference between && and & in c?

0 Answers  


What is function prototype?

0 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,






How many types of operators are there in c?

0 Answers  


what is the function of void main()?

8 Answers  


How can you increase the size of a statically allocated array?

0 Answers   TISL,


What is the difference between array and structure in c?

0 Answers  


What does *p++ do?

0 Answers  


What does do in c?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


Categories