ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
An Array is a Ref Type? what about the array elements which 
are value type(int,Float...etc)?
 Question Submitted By :: Adhi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Answer
# 1
the array elements are boxed to Object type internally.
 
Is This Answer Correct ?    20 Yes 3 No
Vibz
 
  Re: An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Answer
# 2
Float
 
Is This Answer Correct ?    2 Yes 4 No
Gyana
 
 
 
  Re: An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Answer
# 3
Float
 
Is This Answer Correct ?    4 Yes 2 No
Gyana
 
  Re: An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Answer
# 4
address of value type elements (variables) were stored in
the array name, eg: For int value type you wil declare as:- 
int[] arrayname=new int[]; 
here arrayname contains the address of the elements stored
in it.
int[] arrayname=new int[] {5,4,3,2,1};
arrayname denotes to the address of 5.
 
Is This Answer Correct ?    3 Yes 0 No
Anand
 
  Re: An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Answer
# 5
The refrence type always refer the value from other variable

but value type we pass the value to the variable


if the ref variable value is changed than it reflect ot 
refrence type but value type don't have any refrence
 
Is This Answer Correct ?    0 Yes 0 No
Vikas Toshaniwal
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
What is overloading and how can this be done ? MMTS3
How does a function pointer returns a function pointer? Wipro3
If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class? Microsoft4
what are the bugs are faced in a project Accenture1
What are the two kinds of properties? Wipro10
Why is it a bad idea to throw your own exceptions?  3
What?s the advantage of using System.Text.StringBuilder over System.String?  1
Are private class-level variables inherited? Visual-Soft3
Is array reference type / value type ? Accenture1
What is Abstraction? Tech-Mahindra3
Explain About the Sattilite Assembly in .Net Technology? TCS2
public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?  7
localization using windows c#  2
Can you declare the override method static while the original method is non-static?  2
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)? Mind-Tree2
Will finally block get executed if the exception had not occurred?  2
What does the keyword virtual mean in the method definition?  1
What?s the top .NET class that everything is derived from? Visual-Soft3
What is Interface and Abstraction (in real time scenario) HCL3
What?s an abstract class? NIIT2
 
For more C Sharp Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com