Which is not valid in C?
1) class aClass{public:int x;}
2) /* A comment */
3) char x=12;
Answer Posted / sourisengupta
1) class aClass{public:int x;}
3) char x=12;
these twoo are not valid in c.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the advantages and disadvantages of c language?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What functions are used in dynamic memory allocation in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain what’s a signal? Explain what do I use signals for?
What is data type long in c?
What is an endless loop?
What is the general form of a C program?
Disadvantages of C language.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
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..
plz let me know how to become a telecom protocol tester. thank you.
What is C language ?
What is the best way to store flag values in a program?
What is #include stdio h?