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 |
How can I pad a string to a known length?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
main() {int a=200*200/100; printf("%d",a); }
how c source file in converted to exe file
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
int i=10; printf("%d %d %d", i, i=20, i);
related to rdbms query .
how can i calculate mean,median,mode by using c program
What happens if a header file is included twice?
What is optimization in c?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
Calculate 1*2*3*____*n using recursive function??