Explain what is the difference between functions getch() and getche()?


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

Post New Answer

More C Interview Questions

main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


What is memory leak in c?

0 Answers  


Explain about the constants which help in debugging?

0 Answers  


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


How to find the usage of memory in a c program

1 Answers   Infosys,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What is meaning of tree

0 Answers  


What are pointers? What are stacks and queues?

0 Answers   Hexaware,


What does return 1 means in c?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


There seem to be a few missing operators ..

0 Answers  


Categories