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

a is error because
a=b=3=4;
in this 3=4;
is wrong

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When was c language developed?

697


Is it fine to write void main () or main () in c?

543


Write a code to determine the total number of stops an elevator would take to serve N number of people.

725


What is function and its example?

621


Do you know the purpose of 'register' keyword?

640






Which is the best website to learn c programming?

576


can any one provide me the notes of data structure for ignou cs-62 paper

1700


all c language question

1864


Calculate 1*2*3*____*n using recursive function??

1511


Explain how can I write functions that take a variable number of arguments?

608


Is c compiled or interpreted?

659


Explain what is page thrashing?

605


What is c language in simple words?

588


When we use void main and int main?

588


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

655