Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / k.kavitha
class aClass{public:int x;}
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Differentiate between #include<...> and #include '...'
Hi can anyone tell what is a start up code?
What is volatile variable in c with example?
What do you mean by a sequential access file?
Where in memory are my variables stored?
Explain how do you search data in a data file using random access method?
What does do in c?
Is calloc better than malloc?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Write a program to reverse a string.
Explain about the constants which help in debugging?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is a built-in function in C?
how do you execute a c program in unix.
How does #define work?