GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Microsoft
>
C#
Go To First
|
Previous Question
|
Next Question
C#
| Question 408 of 436
Print
which is not cls compliant built in value type?
int
ushort
decimal
enum
Total Answers and Comments:
5
Last Update: April 02, 2008 Asked by:
musclebai
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
February 22, 2008 00:29:36
#1
deepakrah
Member Since: February 2008 Contribution: 1
RE: which is not cls compliant built in value type?
Ushort
Is this answer useful?
Yes
|
No
February 29, 2008 15:09:20
#2
beehilly
Member Since: January 2008 Contribution: 1
RE: which is not cls compliant built in value type?
ushort
Is this answer useful?
Yes
|
No
March 11, 2008 13:08:58
#3
jbanx
Member Since: February 2007 Contribution: 38
RE: which is not cls compliant built in value type?
ushort is not a cls compliant
Is this answer useful?
Yes
|
No
March 17, 2008 21:06:46
#4
sandeepkrs
Member Since: March 2008 Contribution: 2
RE: which is not cls compliant built in value type?
Following are not CLS-compliant in C#-
ubyte
ushort
uint
ulong
Is this answer useful?
Yes
|
No
April 02, 2008 02:07:02
#5
Vikas Yadav
Member Since: April 2008 Contribution: 15
RE: which is not cls compliant built in value type?
sbyte(
System.SByte
)
ushort(
System.UInt16
)
uint(
System.UInt32)
ulong(System.UInt64)
are non-cls compliant .
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
ADO.NET Interview Questions
ADO.NET 2.0 Interview Questions
Architecture Interview Questions
ASP Interview Questions
ASP.NET Interview Questions
ASP.NET 2.0 Interview Questions
Microsoft.NET Interview Questions
C# Interview Questions
DataGrid Interview Questions
DotNet Interview Questions
Microsoft.NET 2.0 Interview Questions
Microsoft Basics Interview Questions
Reporting Services Interview Questions
VB.NET Interview Questions
Visual Basic Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved