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
What is the function of volatile in c language?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Is it possible to pass an entire structure to functions?
Who invented bcpl language?
What is the use of function overloading in C?
Explain what is #line used for?
Explain the difference between structs and unions in c?
What are the two forms of #include directive?
What is the function of multilevel pointer in c?
What language is lisp written in?
Can we change the value of constant variable in c?
What does double pointer mean in c?
What does printf does?
What is I ++ in c programming?
Ow can I insert or delete a line (or record) in the middle of a file?