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
12345 1234 123 12 1
Why c is faster than c++?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Explain enumerated types in c language?
What is a stream water?
How can a process change an environment variable in its caller?
how to print this pyramid * * * * * * * * * * * * *
int *a[5] refers to
List out few of the applications that make use of Multilinked Structures?
what are two kinds of java
What is a sequential access file?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }