What is the full form of getch?


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

Post New Answer

More C Interview Questions

What are structural members?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


Why calloc is better than malloc?

0 Answers  


How to implement a packet in C

0 Answers   Aricent,


what is the difference between structure and union?

3 Answers  






Write a code on reverse string and its complexity.

0 Answers   Expedia,


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


how to copy a string without using c function

5 Answers  


program to find middle element of linklist?

1 Answers   Huawei,


Explain what is meant by high-order and low-order bytes?

0 Answers  


Categories