In how much time you will write this c program?
Prime nos from 1 to 1000
Answer Posted / thunder
time taken for finding one prime is equal to finding 1 to 1000
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is logical error?
Why is c called "mother" language?
What is static volatile in c?
What is static and auto variables in c?
What is pivot in c?
How many header files are in c?
What is new line escape sequence?
Are the variables argc and argv are always local to main?
how to build a exercise findig min number of e heap with list imlemented?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is equivalent to ++i+++j?
Why static variable is used in c?
What is c variable?
What is the best way to store flag values in a program?
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: