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
Why & is used in scanf in c?
What is calloc()?
Are pointers integer?
What is size of union in c?
How do you determine the length of a string value that was stored in a variable?
How do you generate random numbers in C?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the purpose of clrscr () printf () and getch ()?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is variable and explain rules to declare variable in c?
What is the use of ?
int far *near * p; means
How are structure passing and returning implemented?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Are bit fields portable?