How do you do dynamic memory allocation in C applications. Advantages and disadvantages of dynamic memory allocation vs. static memory allocation.
Read Answers(8) | 8,491 Views |
What is the difference between run time binding and compile time binding? Discuss.
Read Answers(8) | 11,639 Views |
What does the following C statement do?
while(*c++ = *d++); assuming c and d are pointers to characters.
Read Answers(15) | 7,815 Views |
What are templates?
Read Answers(4) | 5,246 Views |
Declare a void pointer.
Read Answers(7) | 7,378 Views |
Type-define a function pointer which takes a int and float as parameter and returns a float *.
Read Answers(2) | 5,403 Views |
What is polymorphism?
Read Answers(12) | 5,652 Views |
What is operator overloading?
Read Answers(5) | 4,554 Views |