Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / deepthi
1) class aclass{public:int x;}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to establish connection with oracle database software from c language?
What is switch in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is scope rule of function in c?
write a program to find the given number is prime or not
What is %g in c?
What are the types of data structures in c?
Can we access array using pointer in c language?
What is the process to create increment and decrement stamen in c?
What is the difference between int main and void main in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain the use of 'auto' keyword
Are local variables initialized to zero by default in c?