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
explain what is an endless loop?
Explain how do you determine the length of a string value that was stored in a variable?
Describe wild pointers in c?
What are the rules for identifiers in c?
What is bss in c?
What are the uses of null pointers?
How many types of errors are there in c language? Explain
How many bytes are occupied by near, far and huge pointers (dos)?
Write a Program to accept different goods with the number, price and date of purchase and display them
Explain About fork()?
explain what is fifo?
What is the heap?
Is c procedural or functional?
Explain what is the most efficient way to store flag values?
What is the purpose of & in scanf?