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
How do I use strcmp?
what do you mean by enumeration constant?
What standard functions are available to manipulate strings?
How can I access an I o board directly?
What are valid operations on pointers?
Are pointers integers in c?
Explain the process of converting a Tree into a Binary Tree.
Why calloc is better than malloc?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are different types of pointers?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain the use of 'auto' keyword in c programming?
When should a type cast be used?
What is a far pointer in c?
Why doesnt the call scanf work?