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
Explain Basic concepts of C language?
Why is structure important for a child?
Describe the modifier in c?
Explain how do you determine whether to use a stream function or a low-level function?
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Is it cc or c in a letter?
What are the benefits of organizational structure?
what is pointer?
13 Answers HCL, TCS,
#define d 10+10 main() { printf("%d",d*d); }
Why clrscr is used after variable declaration?
How can you find the exact size of a data type in c?