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
what is C?
What does c mean in standard form?
how to construct a simulator keeping the logical boolean gates in c
why integer range between -327680to+32767
What is the difference between near, far and huge pointers?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is the difference between null pointer and wild pointer?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How to develop software using "c" programming?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above