Answer Posted / karthik
using the function
gets(variable)
| Is This Answer Correct ? | 2 Yes | 7 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.
What is the data segment that is followed by c?
What is a program?
Why do we use namespace feature?
What is the easiest sorting method to use?
What is sorting in c plus plus?
how should functions be apportioned among source files?
What is the use of ?: Operator?
Why main is used in c?
Why is extern used in c?
What is sizeof array in c?
How are portions of a program disabled in demo versions?
Process by which one bit pattern in to another by bit wise operation is?
What are reserved words?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.