can we declare a function in side the structure?
Answer Posted / guest
by using the loop
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
Sir i need notes for structure,functions,pointers in c language can you help me please
a c code by using memory allocation for add ,multiply of sprase matrixes
What is enumerated data type in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can I get random integers in a certain range?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
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:
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is "Duff's Device"?
What is the use of sizeof () in c?
Is c procedural or functional?
How can you allocate arrays or structures bigger than 64K?