What is external and internal variables
What is dynamic memory allocation
what is storage classes in C
Answer Posted / rekha
Dynamic allocation is a pretty unique feature to C (amongst
high level languages). It enables us to create data types
and structures of any size and length to suit our programs
need within the program.
storage classes
auto
register
static
extern
typedef
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the size of enum in bytes?
Can we access array using pointer in c language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are pointers? Why are they used?
What is use of integral promotions in c?
What is difference between Structure and Unions?
Describe the difference between = and == symbols in c programming?
What are the advantages of c preprocessor?
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:
Define Spanning-Tree Protocol (STP)
Are there namespaces in c?
Should a function contain a return statement if it does not return a value?
Can the size of an array be declared at runtime?
what is the syallabus of computer science students in group- 1?
Define VARIABLE?