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
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Is main an identifier in c?
What does it mean when the linker says that _end is undefined?
What is the maximum no. of arguments that can be given in a command line in C.?
Which is the best website to learn c programming?
c language interview questions & answer
Describe explain how arrays can be passed to a user defined function
Using which language Test cases are added in .ptu file of RTRT unit testing???
Is there any demerits of using pointer?
how many key words availabel in c a) 28 b) 31 c) 32
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How do I round numbers?
What are the three constants used in c?
what are enumerations in C
what are bit fields? What is the use of bit fields in a structure declaration?