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 / mohmedali
b
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is selection sort in c?
Do array subscripts always start with zero?
Did c have any year 2000 problems?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is atoi and atof in c?
Explain two-dimensional array.
How can I find the modification date and time of a file?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain how can I convert a string to a number?
What is the general form of #line preprocessor?
Are the variables argc and argv are local to main?
the question is that what you have been doing all these periods (one year gap)
What is %d called in c?
Can stdout be forced to print somewhere other than the screen?
Why do we use int main?