Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / bhavesh kashikar
1) class aClass{public:int x;}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
When the macros gets expanded?
What is derived datatype in c?
What is the scope of local variable in c?
How is a pointer variable declared?
How can type-insensitive macros be created?
What 'lex' does?
Write a C program in Fibonacci series.
Explain how do you search data in a data file using random access method?
praagnovation
What are the storage classes in C?
What is meant by operator precedence?
Why we use conio h in c?
How can I dynamically allocate arrays?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if