Answer Posted / addu
fflush is used to clear all non printable characters which are existed through standard input i.e.,stdin
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What does c value mean?
What is array in C
What is unary operator?
What is the 'named constructor idiom'?
Why c is called top down?
What is a c token and types of c tokens?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is the explanation for prototype function in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does c mean in basketball?
What are the 4 types of functions?
What is null pointer in c?
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.
int far *near * p; means