Answer Posted / swetha
because u dont have job
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the storage classes in C?
Explain setjmp()?
What the different types of arrays in c?
Explain how are portions of a program disabled in demo versions?
Which function in C can be used to append a string to another string?
What are the advantages of the functions?
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:
Give basis knowledge of web designing ...
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)
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is an example of structure?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain 'bit masking'?
What is hungarian notation? Is it worthwhile?
Explain what are bus errors, memory faults, and core dumps?