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 does %d do in c?
how to get the starting address of file stored in harddisk through 'C'program.
Please write the area of a RIGHT ANGLED TRIANGLE.
What are local static variables?
What is character set?
what are bitwise shift operators?
What are the advantages of Macro over function?
What are data structures in c and how to use them?
Explain 'bus error'?
What is gets() function?
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
What is the difference between void main and main in c?