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
What does & mean in scanf?
Why isnt any of this standardized in c?
What does 2n 4c mean?
What is the size of enum in bytes?
What does void main () mean?
When we use void main and int main?
What is a structure member in c?
How can I manipulate strings of multibyte characters?
How many types of operators are there in c?
How do we print only part of a string in c?
Write a program to swap two numbers without using the third variable?
Why ca not I do something like this?
What is the difference between procedural and declarative language?
What is a void * in c?
Should a function contain a return statement if it does not return a value?