Why we use conio h in c?


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

Post New Answer

More C Interview Questions

Is there sort function in c?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

1 Answers   Hathway,


Why is c so powerful?

0 Answers  


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  






what are the various memory handling mechanisms in C ?

4 Answers   HP,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Explain what is a stream?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What is null in c?

0 Answers  


What’s the special use of UNIONS?

0 Answers   ADP,


Categories