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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1781


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1425


What is omp_num_threads?

577


Which header file is used for clrscr?

574


What is a static variable in c?

663






Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2602


What is hungarian notation? Is it worthwhile?

692


What's a good way to check for "close enough" floating-point equality?

621


Explain two-dimensional array.

624


How do I determine whether a character is numeric, alphabetic, and so on?

620


What is difference between union and structure in c?

572


Why can arithmetic operations not be performed on void pointers?

584


The difference between printf and fprintf is ?

715


Are negative numbers true in c?

595


Explain the bubble sort algorithm.

638