FORMATTED INPUT/OUTPUT functions are
a) scanf() and printf()
b) gets() and puts()
c) getchar() and putchar()
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are the two forms of #include directive?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
1. Write a program to reverse every second word in a given sentence.
Explain what is the difference between a string and an array?
What are c identifiers?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
how logic is used
write a program to display the frequency of each element in a given array in c language
write a program to create a sparse matrix using dynamic memory allocation.
When should we use pointers in a c program?
Can include files be nested? How many levels deep can include files be nested?