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 / shrikant jadhav
JAVA
| Is This Answer Correct ? | 31 Yes | 9 No |
Post New Answer View All Answers
What is the significance of an algorithm to C programming?
How many main () function we can have in a project?
Write a program to reverse a given number in c?
How is pointer initialized in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
List the variables are used for writing doubly linked list program.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are the different types of control structures in programming?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are the features of c language?
What is a macro?
Between macros and functions,which is better to use and why?
When do we get logical errors?
What is meant by operator precedence?