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.
Answers were Sorted based on User's Feedback
Answer / karthikeyan
please try to understand the question, they asked you to develop the game
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sunny
read question carefully,they asked u can develop not asked
which language used.
| Is This Answer Correct ? | 4 Yes | 3 No |
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
How will you allocate memory to a double pointer ?
Can you write the function prototype, definition and mention the other requirements.
What is the benefit of using #define to declare a constant?
printf("%d",(printf("Hello")); What it returns?
hat is a pointer?
How can you pass an array to a function by value?
Is null valid for pointers to functions?
What type of function is main ()?
What is variables in c?
What is an object?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function