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

can we execute the program with the object file

1 Answers  


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  


write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


how to swap four numbers without using fifth variable?

2 Answers  






What is the difference between null pointer and the void pointer?

3 Answers  


Why isnt any of this standardized in c?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


How would you sort a linked list?

1 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


What is a symbolic constant?

1 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


Categories