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 / gowthami
java
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the value of h?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is c token?
What is a pointer in c plus plus?
What is the use of pragma in embedded c?
How can you read a directory in a C program?
What is a structure and why it is used?
What is #line?
What is difference between main and void main?
In which header file is the null macro defined?
What does the file stdio.h contain?
Are pointers really faster than arrays?
Is c++ based on c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can one function call another?