What is type-safety?
Answer / gaurav kunzru
The capability to catch errors when your program is
compiled is sometimes referred to as type safety.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is visual c++ 2010 redistributable package x64?
What is microsoft visual c++ 2015 redistributable?
Difference between critical section, mutex and semaphore.
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.
Is visual c++ a compiler?
Explain pointer to the constant and constant pointer? Explain difference between them.
Do I need the microsoft visual c++?
What is microsoft visual c++ 2013 redistributable package x64?
What is difference between c++ and visual c++?
What is microsoft visual c++ used for?
What is the return value when the InsertItem function fails?
What is ole? How do you handle drag and drop in ole?