IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / e-mail
yes. structures can be used within an array. variables are
declared in an arrays in structures.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an lvalue in c?
Is this program statement valid? INT = 10.50;
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why is c so powerful?
What is the difference between #include and #include 'file' ?
What is the translation phases used in c language?
What are the different types of endless loops?
what type of questions arrive in interview over c programming?
write a progrmm in c language take user interface generate table using for loop?
What is bash 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:
How can I write a function that takes a format string and a variable number of arguments?
How do you declare a variable that will hold string values?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are the 5 data types?