How do I read the arrow keys? What about function keys?


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

Post New Answer

More C Interview Questions

What is hash table in c?

0 Answers  


List a few unconditional control statement in c.

0 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


What is the method to save data in stack data structure type?

0 Answers  






write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


What is NULL pointer?

0 Answers   Infosys,


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


What is meant by realloc()?

0 Answers  


What is the advantage of a random access file?

0 Answers  


Categories