Answer Posted / ram
4 logical,syntax,linking,runtime error
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write an algorithm to display a square matrix.
How can I remove the leading spaces from a string?
Explain how does flowchart help in writing a program?
How many levels of indirection in pointers can you have in a single declaration?
What is variable and explain rules to declare variable in c?
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:
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
how do you execute a c program in unix.
How many types of operator or there in c?
How can you call a function, given its name as a string?
What is property type c?
What is graph in c?
why we wont use '&' sing in aceesing the string using scanf
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Is c high or low level?