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

program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


write a program for egyptian fractions in c?

1 Answers   Satyam,


What is echo in c programming?

0 Answers  


What are reserved words with a programming language?

0 Answers  


How can I send mail from within a c program?

0 Answers  






how to devloped c lenguege?

4 Answers  


What is a memory leak? How to avoid it?

1 Answers  


Example of friendly function in c++

2 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


What is pass by reference in functions?

0 Answers  


Categories