Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / deepthi
1) class aclass{public:int x;}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is meant by preprocessor in c?
What is a program flowchart?
Which programming language is best for getting job 2020?
How can I avoid the abort, retry, fail messages?
Which function in C can be used to append a string to another string?
Define C in your own Language.
Does c have function or method?
Why do we use stdio h and conio h?
What is const keyword in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Why is this loop always executing once?
Explain how can a program be made to print the line number where an error occurs?
What does void main () mean?
#include
Why string is used in c?