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 / govardhanudu gajula

0.54 seconds

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


What is the use of clrscr?

589


What are the types of unary operators?

654


Is file a keyword in c?

496


What are global variables and how do you declare them?

612






How would you obtain the current time and difference between two times?

719


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2197


largest Of three Number using without if condition?

995


How was c created?

586


What is integer constants?

611


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3687


Explain the difference between structs and unions in c?

572


What is array in c with example?

610


Explain the properties of union. What is the size of a union variable

712


Tell me when is a void pointer used?

642