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 / karthikeyan
please try to understand the question, they asked you to develop the game
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between single charater constant and string constant?
How many types of errors are there in c language? Explain
How do I get a null pointer in my programs?
What are static variables in c?
What are the different types of errors?
Why does this code crash?
How do you initialize pointer variables?
What is the difference between a string and an array?
What is array in c with example?
Why void is used in c?
Give me the code of in-order recursive and non-recursive.
Write a program which returns the first non repetitive character in the string?
why do some people write if(0 == x) instead of if(x == 0)?
What is the 'named constructor idiom'?
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