Answer Posted / ganesh k
C programming is a procedure oriented programming language
which is restricted in parameters like data security (as it
uses file system for storage), transparence and integrity.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain high-order and low-order bytes.
Combinations of fibanocci prime series
How can I read a binary data file properly?
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 difference between int main and void main in c?
List the variables are used for writing doubly linked list program.
What is actual argument?
Explain how do you list files in a directory?
What is the difference between text files and binary files?
What is meant by errors and debugging?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
in linking some of os executables are linking name some of them
How can you tell whether a program was compiled using c versus c++?
What is the size of array float a(10)?
Can you please explain the difference between exit() and _exit() function?