Cool Interview Questions Link

  • Thread starter Thread starter softwareakash
  • Start date Start date
Akash,

Do you have any idea, who has checked these questions and answers on
reality, I find some of them strange.

Cor
 
I gotta agree with Cor.

For example:
Q:) What is the Difference between Int and Int32 in .Net?
A:) There is no difference in these two.


This answer can be considered wrong. In the .Net framework, I see no class
named Int. In C#, there is a keyword named int which is an 'alias' for the
Int32 data type structure. In VB.Net, the keyword "Integer" is an alias for
Int32.

Mythran
 
Back
Top