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 pointer to pointer in c with example?
Is it possible to have a function as a parameter in another function?
How can you be sure that a program follows the ANSI C standard?
Explain a pre-processor and its advantages.
What is local and global variable in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Can we declare variable anywhere in c?
What are the difference between a free-standing and a hosted environment?
What is string in c language?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Was 2000 a leap year?
What is wrong in this statement?
What is a void pointer? When is a void pointer used?
How do you initialize pointer variables?