How do c++ struct differs from the c++ class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


the first character in the variable name must be an a) special symbol b) number c) alphabet

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


What is nested class in c++?

0 Answers  






What do you mean by abstraction in C++?

1 Answers  


What does flush do c++?

0 Answers  


Is oops and c++ same?

0 Answers  


What is an adjust field format flag?

0 Answers  


Does std endl flush?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


What problem does the namespace feature solve?

1 Answers  


Categories