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 |
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Where does the name "C" come from, anyway?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is the purpose of sprintf?
how 2 compile & execute c program with out using editor?
write a program for even numbers?
What is a shell structure examples?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
write a c program in such a way that if we enter the today date the output should be next day's date.
What are the complete rules for header file searching?
What is data structure in c programming?