What is type-safety?



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

Post New Answer

More VC++ AllOther Interview Questions

Do I need all the microsoft visual c++ redistributable?

0 Answers  


Name the three attributes of a pen?

1 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


What is the difference between an MLE and an SLE?

1 Answers   Infosys,


Name the three types of loops used in C++ programs?

4 Answers  






Do you need microsoft visual c++?

0 Answers  


How to Use mfc71d.dll not mfc71.dll ?

1 Answers  


What is vcredist?

0 Answers  


What Is Your Greatest Weakness?

4 Answers   Apple, Infosys, IOCL, Servion, TCS, VisionTek,


what is the difference between the codes written in the document class and view class

1 Answers  


What is the difference between the cout and cin iostream objects?

7 Answers  


#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;}

1 Answers  


Categories