Answer Posted / tom the frog
Just stating the obvious:
T, E, T
Given that they are the first letters of the positive integers.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Are negative numbers true in c?
Why c language?
What is signed and unsigned?
Explain what is the purpose of "extern" keyword in a function declaration?
Write a progarm to find the length of string using switch case?
Explain bitwise shift operators?
Why header files are used?
What is array of pointers to string?
Is c pass by value or reference?
What is 1d array in c?
When should volatile modifier be used?
How does struct work in c?
What is getch () for?