Snake Game: This is normal snake game which you can find in
most of
the mobiles. You can develop it in Java, C/C++, C# or what ever
language you know.
Answer Posted / guna
java and c#
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the auto keyword good for?
What is the stack in c?
What is the use of bit field?
Subtract Two Number Without Using Subtraction Operator
What are the types of pointers?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Where are the auto variables stored?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Why n++ execute faster than n+1 ?
How the c program is executed?
What is class and object in c?
How can you check to see whether a symbol is defined?
What are dangling pointers in c?
What is array of structure in c programming?