What is getch c?


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

Post New Answer

More C Interview Questions

When should I declare a function?

0 Answers  


What is optimization in c?

0 Answers  


What is difference between stdio h and conio h?

0 Answers  


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  






Write a program to generate random numbers in c?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


How do you define structure?

0 Answers  


What are header files why are they important?

0 Answers  


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  


Define and explain about ! Operator?

0 Answers  


Categories