i want to know aptitude questions,technical questions
Answer Posted / gokul
yes i need to know aptitude questions,technical questions
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is unary operator?
Explain how can I remove the trailing spaces from a string?
Can you please explain the difference between syntax vs logical error?
all c language question
How do I create a directory? How do I remove a directory (and its contents)?
What is structure of c program?
Differentiate between declaring a variable and defining a variable?
What is the size of structure pointer in c?
What does c value mean?
Explain what is wrong with this program statement? Void = 10;
How can you be sure that a program follows the ANSI C standard?
What is the symbol indicated the c-preprocessor?
Explain about the constants which help in debugging?
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 getche() function?