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
write a progrmm in c language take user interface generate table using for loop?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Why is not a pointer null after calling free?
Can a variable be both constant and volatile?
How do I round numbers?
Which header file is essential for using strcmp function?
Where does the name "C" come from, anyway?
Why cant I open a file by its explicit path?
Why c language?
What is function prototype in c with example?
What is the concatenation operator?
What is #define used for in c?
What is a file descriptor in c?
What is the difference between text and binary modes?
Can you please explain the difference between malloc() and calloc() function?