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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top