Answer Posted / vikram
C is a text
oriented
programming
language. It is
developed from
previous
programming
BASIC.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is && in c programming?
In C programming, what command or code can be used to determine if a number of odd or even?
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 could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How can you increase the size of a statically allocated array?
Explain why C language is procedural?
What is an auto variable in c?
When should the const modifier be used?
Process by which one bit pattern in to another by bit wise operation is?
In a switch statement, explain what will happen if a break statement is omitted?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is use of #include in c?
What is a constant and types of constants in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is boolean a datatype in c?