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
how to capitalise first letter of each word in a given string?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
How to compare array with pointer in c?
What is the purpose of #pragma directives in C?
Program to trim a given character from a string.
Explain how many levels deep can include files be nested?
Define VARIABLE?
What are the keywords in c?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is struct node in c?
write a program to display numbers from 1 to 10 and 10 to 1?
What does the characters “r” and “w” mean when writing programs that will make use of files?