Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


What is the correct code to have following output in c using nested for loop?

0 Answers  


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


where do we use volatile keyword?

1 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


What is difference between far and near pointers?

0 Answers  


Is javascript written in c?

0 Answers  


write function to reverse char array ... without using second array

3 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


Categories