What are the purposes of the following three functions how


1. Between structured programming and OOP, which do you feel would require more preparation prior to coding? Justify your answer.

2. Can you have an array of arrays? If so, give a detailed example of when you would use one.

3. What are the purposes of the following three functions? How would you use them in your programs? Hint: In relation to buffers.

a. fflush()

b. clrscr()

c. clear_kb()

void clear_kb(void)
{
char junk[80];
gets(junk);
{

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: What are the purposes of the following three functions how
Reference No:- TGS01248443

Now Priced at $20 (50% Discount)

Recommended (91%)

Rated (4.3/5)