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 / guna
java and c#
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is static function in c?
What is header file definition?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Who developed c language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Why main function is special give two reasons?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How can you avoid including a header more than once?
What is string in c language?
What are identifiers and keywords in c?
Is multithreading possible in c?
What is the argument of a function in c?
List some of the static data structures in C?
Why c is called object oriented language?
#include