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

Post New Answer

More C Interview Questions

How many types of functions are there in c?

0 Answers  


What is the difference between char array and char pointer?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


How many identifiers are there in c?

0 Answers  


Explain the red-black trees?

0 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Can we declare function inside main?

0 Answers  


What is the main differences between C and Embedded C?

9 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


what does exit() do?

3 Answers   Cadence,


Categories