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 / guns
c#
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Is c is a high level language?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What are the functions to open and close file in c language?
List some applications of c programming language?
Explain pointer. What are function pointers in C?
What type of function is main ()?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Are there any problems with performing mathematical operations on different variable types?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Add Two Numbers Without Using the Addition Operator
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you print only part of a string?
What is return type in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is clrscr in c?