console I/O functions means

a) the I/O operations done on disk

b) the I/O operations done in all parts

c) the input given through keyboard is displayed VDU screen

d) none of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


difference between function & structure

9 Answers   Verizon,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


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

0 Answers  






main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is function in c with example?

0 Answers  


What is quick sort in c?

0 Answers  


What is the role of this pointer?

0 Answers  


What is c language and why we use it?

0 Answers  


Why is c platform dependent?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


Categories