Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / sourisengupta
1) class aClass{public:int x;}
3) char x=12;
these twoo are not valid in c.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is flag a keyword in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is data structure in c language?
What is a example of a variable?
Explain what is the difference between #include and #include 'file' ?
Is c a great language, or what?
How can my program discover the complete pathname to the executable from which it was invoked?
How is a null pointer different from a dangling pointer?
How many types of operator or there in c?
What is the data segment that is followed by c?
What are the general description for loop statement and available loop types in c?
What is extern storage class in c?
what do the 'c' and 'v' in argc and argv stand for?
Define and explain about ! Operator?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?