Answer Posted / ashutosh
linker is used to attach the source code from library
content, and loader in the component of operatng system.with
the help loader source code load in the memory.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
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 the advantage of a random access file?
What is meant by keywords in c?
Write a program in c to replace any vowel in a string with z?
What are pointers in C? Give an example where to illustrate their significance.
Is main is user defined function?
What are all different types of pointers in c?
When a c file is executed there are many files that are automatically opened what are they files?
What are the header files used in c language?
provide an example of the Group by clause, when would you use this clause
What is a const pointer in c?
Why malloc is faster than calloc?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Is array a primitive data type in c?
What is character set?