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

Is java the same as c++?

0 Answers  


What is the best it certification?

0 Answers  


What is stoi in c++?

0 Answers  


What is token c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  






Can we delete this pointer in c++?

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


When can I use a forward declaration?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is the difference between std::vector and std::list

1 Answers  


Is c++ used anymore?

0 Answers  


Explain how a pointer to function can be declared in C++?

0 Answers  


Categories