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
What is the use of bitwise operator?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
write a program to display reverse of a number using for loop?
how to find sum of digits in C?
What 'lex' does?
what is the difference between procedure oriented and object oriented progaming language
Describe wild pointers in c?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
what is level of tree if leaf node is at level 4.please explain.
What are the preprocessors?