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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using which language Test cases are added in .ptu file of RTRT unit testing???

3581


What does node * mean?

705


Is it better to use a macro or a function?

649


Difference between Shallow copy and Deep copy?

1564


What is a constant?

626






How can you allocate arrays or structures bigger than 64K?

678


What are the advantages of external class?

590


Is it cc or c in a letter?

558


Explain the difference between call by value and call by reference in c language?

643


How do shell structures work?

563


Lists the benefits of c programming language?

592


Can we use visual studio for c?

544


Which function in C can be used to append a string to another string?

641


How can you determine the maximum value that a numeric variable can hold?

633


When is a void pointer used?

672