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
Differentiate between a structure and a union.
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
What is sizeof int?
What is getch() function?
How to establish connection with oracle database software from c language?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What does static variable mean in c?
What is the difference between break and continue?
Describe the header file and its usage in c programming?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does 2n 4c mean?
Can variables be declared anywhere in c?
How to compare array with pointer in c?
What is the difference between null pointer and wild pointer?
Where we use clrscr in c?