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
What are pointers in C? Give an example where to illustrate their significance.
what is the difference between static variable and register variable?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is anything faster than c?
Why clrscr is used in c?
Please write the area of a RIGHT ANGLED TRIANGLE.
What is a const pointer in c?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Explain the concept of "dangling pointers" in C.