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 / sunny
read question carefully,they asked u can develop not asked
which language used.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of volatile?
What are the benefits of organizational structure?
What is void pointers in c?
How does sizeof know array size?
How can I get back to the interactive keyboard if stdin is redirected?
What is realloc in c?
What does calloc stand for?
What is dynamic variable in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
what are the advantages of a macro over a function?
Are the expressions * ptr ++ and ++ * ptr same?
Why should I prototype a function?
What is calloc()?
Explain how do you override a defined macro?
a value that does not change during program execution a) variabe b) argument c) parameter d) none