Answer Posted / dhana lakshmi
storing the data electronically is called software.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is union and structure?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
praagnovation
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's the right way to use errno?
How many levels of indirection in pointers can you have in a single declaration?
What are high level languages like C and FORTRAN also known as?
What is unary operator?
What standard functions are available to manipulate strings?
Why we use stdio h in c?
What is ## preprocessor operator in c?
Why string is used in c?
Can you apply link and association interchangeably?
What are the valid places to have keyword “break”?
Explain what are the different file extensions involved when programming in c?