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
Answer / Poorva Tripathi
c) the input given through keyboard is displayed VDU screen
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
What are nested functions in c?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is meant by high-order and low-order bytes?
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?
What are c identifiers?
What is an volatile variable?
What is logical error?
pierrot's divisor program using c or c++ code
write a program without using main function?
Explain the difference between null pointer and void pointer.
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