Question
click below
click below
Question
Normal Size Small Size show me how
SUMMATIVE 1
DSA
Question | Answer |
---|---|
TRUE/FALSE: Program = Algorithms + Data Structures | True |
Heap is a special area of memory that is reserved for dynamically allocated variables. | True |
True/False: ADTs support abstraction, encapsulation, and information binding. | True |
TRUE/FALSE: There is a name associated with a pointer data type in C++. | True |
Which of the following is the proper way of declaring a pointer variables of type char? | char *p, *q; |
You can assign a name definition and then use the type name to declare variables using typedef keyword. | True |
Stack is a special area of memory that is reserved for dynamically allocated variables. | False |