Answer Posted / raju
ds is a collection of data elements and arranhed aspcific
manner
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Tell me what is null pointer in c?
What is the meaning of && in c?
Write a program on swapping (100, 50)
What is the maximum length of an identifier?
What is the general form of #line preprocessor?
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.
How can I prevent another program from modifying part of a file that I am modifying?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Explain 'bus error'?
What is operator precedence?
What is an endless loop?
What is #pragma statements?
What does %d do?
Explain how can you tell whether a program was compiled using c versus c++?