write a program to find the sum of the array elements in c
language?
Post New Answer View All Answers
What is const and volatile in c?
Does c have an equivalent to pascals with statement?
Explain about C function prototype?
program for reversing a selected line word by word when multiple lines are given without using strrev
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 dynamic variable in c?
What is the purpose of type declarations?
What is meant by initialization and how we initialize a variable?
What do you mean by recursion in c?
How can I send mail from within a c program?
explain what is an endless loop?
What is the difference between ++a and a++?
Is c easier than java?
What is a lookup table in c?
Can we declare a function inside a function in c?