On most computers additional memory that is accessed through an adapter of feature card along with a device driver program.
a) user memory
b) conventional memory
c) expandedmemory
d) area
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
A stack can be implemented only using array?if not what is used?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is the use of a conditional inclusion statement in C?
Differentiate between a structure and a union.
Explain function pointer with exapmles.
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
What is the use of sizeof () in c?
Which is the best sort method for library management?
Which node is more powerful and can handle local information processing or graphics processing?
Differentiate fundamental data types and derived data types in C.