www.freeonlinebookstore.org
Home | Forum| Interview Question | Articles
Collection of free online books , free ebooks and free online tutorials Online Interview Questions on C

Books Search Engine

Below are the collection of Online Interview question and Technical question on C
  1. what are the advantages and disadvantages of inheritance?View Answer

  2. what are the advantages and disadvantages of inheritance?View Answer

  3. what are the advantages and disadvantages of inheritance?View Answer

  4. Is Encapsulation a Security device?View Answer



  5. Write a program to swap 2 chars without using a third
    varable?
    char *s = \"A\";
    char *p = \"B\";View Answer

  6. What are the differences between a C++ struct and C++ class?View Answer

  7. What is the difference between a copy constructor and an overloaded assignment operator?View Answer

  8. How can I convert a number to a string?View Answer

  9. What is the stack? View Answer

  10. How can I convert a number to a string?View Answer

  11. 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

  12. What is conversion constructor?View Answer

  13. What is diff between malloc()/free() and new/delete?View Answer

  14. What are storage qualifiers in C++ ?View Answer

  15. Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?View Answer

  16. What is an Iterator class?View Answer

  17. When is a template a better solution than a base class?View Answer

  18. What is \"this\" pointer?View Answer

  19. What is the difference between a pointer and a reference?View Answer

  20. What are Friend Functions and Friend Classes in C++ ?View Answer

  21. What do you mean by “Pointers to Function”? What are Function Pointers ?View Answer

  22. What are Mutable and Const in C++ ?View Answer

  23. What are static Data and Static Member Functions in C++ ?View Answer

  24. Can you allocate the memory using malloc() in C and deallocate the same memory using free() in c++
    View Answer

  25. What is a memory leak? How can we avoid it?View Answer

  26. What do you mean by binding of data and functions?View Answer

 
Total Visitor: