What is the mean of this statement::
if(int i=0 * i=9)

Answer Posted / chevuru

This is not legal. it will result in l-value error

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by enumeration constant?

602


What is difference between array and structure in c?

585


how to create duplicate link list using C???

2081


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2663


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

585






Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

761


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

658


What is #ifdef ? What is its application?

656


How do I round numbers?

606


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

679


What are the various types of control structures in programming?

634


How can you increase the size of a statically allocated array?

622


Why is sizeof () an operator and not a function?

597


What is uint8 in c?

650


Why do we need arrays in c?

593