Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / chandrashekhar
1) Is invalid
3)is also invalid
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is c pass by value or reference?
Where register variables are stored in c?
What is a function simple definition?
Why clrscr is used after variable declaration?
Is sizeof a keyword in c?
to find the closest pair
Explain what is the advantage of a random access file?
Why c is faster than c++?
Explain c preprocessor?
What is the purpose of sprintf() function?
What are different types of variables in c?
Is this program statement valid? INT = 10.50;
Is flag a keyword in c?
What do you mean by Recursion Function?
How macro execution is faster than function ?