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 |
who will call your main function in c under linux?
How do you use a 'Local Block'?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What compilation do?
7 Answers Geometric Software, Infosys,
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Write a program to check armstrong number in c?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is void pointers in c?
Explain threaded binary trees?