What is #include conio h?


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

Post New Answer

More C Interview Questions

How to develop software using "c" programming?

1 Answers   IBM, TCS,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


write a program to print %d ?

12 Answers  


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


Explain what is the difference between a string and an array?

0 Answers  






Write a progarm to find the length of string using switch case?

0 Answers   TCS,


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


can v write main() { main(); } Is it true?

6 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

9 Answers   Wipro,


Is c procedural or functional?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


Categories