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

float a=int b=3.5;

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you convert strings to numbers in C?

705


Explain the array representation of a binary tree in C.

724


Explain what is gets() function?

625


how to find anagram without using string functions using only loops in c programming

2712


write a program to concatenation the string using switch case?

1554






What do you mean by c?

584


Can an array be an Ivalue?

657


Explain two-dimensional array.

624


Can the sizeof operator be used to tell the size of an array passed to a function?

612


What is the need of structure in c?

562


Explain union.

633


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1701


How can I write a function that takes a format string and a variable number of arguments?

600


How does struct work in c?

606


What does %2f mean in c?

672