Why do we use stdio h and conio h?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


How can you return multiple values from a function?

0 Answers  


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


How do c compilers work?

0 Answers  


What are the two types of functions in c?

0 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


What is a stream water?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


Categories