What is persistence?
Answers were Sorted based on User's Feedback
Answer / muddy
Persistence is a way of storing state of an object
permanently to a file / storage place , etc.
| Is This Answer Correct ? | 35 Yes | 5 No |
Answer / naviyr
Persistence is a mechanism through which the life of an
object is beyond programs execution lifetime.
CArchive object in MFC provide this mechanism through
"Serialize" member function of a CDocument class.
| Is This Answer Correct ? | 18 Yes | 13 No |
Answer / anonymous
Persistence
* Takes action in the face of a significant obstacle
| Is This Answer Correct ? | 1 Yes | 1 No |
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
Does visual c++ 2017 replace 2015?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
What is command routing in VC++
In which Way invoke context-sensitive help inside the editor?
Is microsoft visual c++ a virus?
What is microsoft visual c++ 2017 redistributable?
How do I reinstall microsoft visual c++?
how i can design a user interface in vc++ for getting inputs from users
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
Where can I find microsoft visual c++?
What is a mnemonic?