How do I read the arrow keys? What about function keys?
No Answer is Posted For this Question
Be the First to Post Answer
whats the use of header file in c?
Explain a pre-processor and its advantages.
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
When is an interface "good"?
Write a program that can show the multiplication table.
what is purpose of fflush(stdin) function
What are reserved words with a programming language?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Is c still used in 2019?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }