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