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 / guest
a u cannot have a constant at the left side of assignment
operator
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union in c programming?
Write the syntax and purpose of a switch statement in C.
How can I change the size of the dynamically allocated array?
What is your stream meaning?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
how is the examination pattern?
Explain what is the most efficient way to store flag values?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What are the advantages of Macro over function?
What is variable in c example?
Define Spanning-Tree Protocol (STP)
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
When can a far pointer be used?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none