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
What are the types of data structures in c?
Where are local variables stored in c?
Explain what are run-time errors?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
How do you determine the length of a string value that was stored in a variable?
what is use of malloc and calloc?
Which is better pointer or array?
In which layer of the network datastructure format change is done
Tell me about low level programming languages.
Explain argument and its types.
How can I write a function that takes a format string and a variable number of arguments?
What is void main () in c?
How can I remove the leading spaces from a string?
What is the heap in c?
What is f'n in math?