Collection of free online books , free ebooks and free online tutorials
Online Interview Questions on C
| Below are the collection of Online Interview question and Technical question on C |
|
- what are the advantages and disadvantages of inheritance?View Answer
- what are the advantages and disadvantages of inheritance?View Answer
- what are the advantages and disadvantages of inheritance?View Answer
- Is Encapsulation a Security device?View Answer
-
Write a program to swap 2 chars without using a third
varable?
char *s = \"A\";
char *p = \"B\";View Answer
- What are the differences between a C++ struct and C++ class?View Answer
- What is the difference between a copy constructor and an overloaded assignment operator?View Answer
- How can I convert a number to a string?View Answer
- What is the stack? View Answer
- How can I convert a number to a string?View Answer
- What are all the implicit member functions of the class? Or what are all the functions which compiler implements for us if we don\'t define one.??View Answer
- What is conversion constructor?View Answer
- What is diff between malloc()/free() and new/delete?View Answer
- What are storage qualifiers in C++ ?View Answer
- Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?View Answer
- What is an Iterator class?View Answer
- When is a template a better solution than a base class?View Answer
- What is \"this\" pointer?View Answer
- What is the difference between a pointer and a reference?View Answer
- What are Friend Functions and Friend Classes in C++ ?View Answer
- What do you mean by “Pointers to Function”? What are Function Pointers ?View Answer
- What are Mutable and Const in C++ ?View Answer
- What are static Data and Static Member Functions in C++ ?View Answer
- Can you allocate the memory using malloc() in C and deallocate the same memory using free() in c++
View Answer
- What is a memory leak? How can we avoid it?View Answer
- What do you mean by binding of data and functions?View Answer
|
|
|
|