Answer Posted / sandeep
dennis ritchie at bells labs in the year 1972
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why doesnt that code work?
Can you add pointers together? Why would you?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Is there anything like an ifdef for typedefs?
Does c have circular shift operators?
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:
How many parameters should a function have?
What is the heap in c?
How do I send escape sequences to control a terminal or other device?
Explain what is a static function?
What is the function of volatile in c language?
What is the function of this pointer?
How macro execution is faster than function ?
program for reversing a selected line word by word when multiple lines are given without using strrev
What does volatile do?