What is the object serialization?


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

Post New Answer

More C++ General Interview Questions

What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


What problems might the following macro bring to the application?

0 Answers  


Which function should be used to free the memory allocated by calloc()?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


Write my own zero-argument manipulator that should work same as hex?

0 Answers  






Is c or c++ more useful?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Is c++ an integer?

0 Answers  


Explain friend class?

0 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


What is the basic of c++?

0 Answers  


Categories