how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
No Answer is Posted For this Question
Be the First to Post Answer
Is there a built-in function in C that can be used for sorting data?
What is build process in c?
How does variable declaration affect memory?
What is your stream meaning?
What does %c do in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Explain why C language is procedural?
with out using main how to execute the program?
write a C code To reverse a linked list
What math functions are available for integers? For floating point?