Answer Posted / vadivel t
Segmentation voilation occurs when we are trying to access
or modify the data in the location, which is resticted to
access. This problem can occur when u r trying to write
data in read only memory or when u r trying to overwrite
the OS files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
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:
Explain how can I pad a string to a known length?
What does %c mean in c?
Write a program to implement queue.
what is the diffrenet bettwen HTTP and internet protocol
What is a #include preprocessor?
write a program in c language to print your bio-data on the screen by using functions.
What does a pointer variable always consist of?
What are the types of unary operators?
What are the types of pointers?
Can we declare a function inside a function in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Describe dynamic data structure in c programming language?
List some of the dynamic data structures in C?