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



console I/O functions means a) the I/O operations done on disk b) the I/O operations done in a..

Answer / Poorva Tripathi

c) the input given through keyboard is displayed VDU screen

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


What are nested functions in c?

1 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


What is meant by high-order and low-order bytes?

1 Answers  


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


What are c identifiers?

1 Answers  


What is an volatile variable?

15 Answers   HP,


What is logical error?

1 Answers  


pierrot's divisor program using c or c++ code

1 Answers  


write a program without using main function?

2 Answers   TCS,


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


Categories