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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 1d array in c?

602


Are the variables argc and argv are always local to main?

576


Write a code to remove duplicates in a string.

633


Write a program to use switch statement.

662


Linked lists -- can you tell me how to check whether a linked list is circular?

648






If fflush wont work, what can I use to flush input?

620


Is c call by value?

611


What is meant by errors and debugging?

651


What is a const pointer in c?

675


How do you define structure?

571


Can you write the algorithm for Queue?

1558


Is array a primitive data type in c?

582


Which header file is essential for using strcmp function?

947


how can I convert a string to a number?

600


What are the preprocessor categories?

641