Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / k.kavitha
class aClass{public:int x;}
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
List out few of the applications that make use of Multilinked Structures?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Is c++ based on c?
How can I ensure that integer arithmetic doesnt overflow?
What is extern keyword in c?
When should a type cast be used?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Why do we need volatile in c?
What is the scope of an external variable in c?
How can I find the modification date of a file?
Why ca not I do something like this?
What is the function of multilevel pointer in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.