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
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Why is sprintf unsafe?
How many bytes are occupied by near, far and huge pointers (dos)?
What does c mean before a date?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
How can I make sure that my program is the only one accessing a file?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does typeof return in c?
Can we access the array using a pointer in c language?
what is stack , heap ,code segment,and data segment
How can I get random integers in a certain range?
Explain what are multibyte characters?
What do you mean by Recursion Function?
Explain union. What are its advantages?
What is the difference between typedef and #define?