What is getch() function?


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

Post New Answer

More C Interview Questions

How to write a multi-statement macro?

0 Answers  


What is assert and when would I use it?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


How to draw the flowchart for structure programs?

0 Answers  


What is your stream meaning?

0 Answers  


what is linkage error when it occurs in c program

3 Answers  


enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 Answers   HCL, Wipro,


What is extern storage class in c?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


Can we change the value of constant variable in c?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


Categories