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
Can you please explain the difference between exit() and _exit() function?
Who invented bcpl language?
Define and explain about ! Operator?
Explain what is a 'locale'?
What is the difference between call by value and call by reference in c?
How will you divide two numbers in a MACRO?
What is difference between array and structure in c?
What is bin sh c?
What are types of functions?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
How can a process change an environment variable in its caller?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Can you mix old-style and new-style function syntax?
What is time null in c?
What is the purpose of main( ) in c language?