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

Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1660


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1630


How old is c programming language?

579


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

658


Are pointers integer?

551






What is the use of void pointer and null pointer in c language?

629


Create a simple code fragment that will swap the values of two variables num1 and num2.

813


What is difference between stdio h and conio h?

888


Explain indirection?

648


What is the size of enum in bytes?

589


what is the different bitween abap and abap-hr?

1743


What does double pointer mean in c?

584


What is extern keyword in c?

645


Why does this code crash?

621


Can you please explain the difference between strcpy() and memcpy() function?

602