adplus-dvertising
frame-decoration

Question

Choose selective differences between an array in c# and array in other programming languages.

a.

Declaring array in C# the square bracket([]) comes after the type but not after identifier

b.

It is necessary to declare size of an array with its type

c.

No difference between declaration of array in c# as well as as in other programming languages

d.

All of the mentioned

Posted under C# programming

Answer: (a).Declaring array in C# the square bracket([]) comes after the type but not after identifier

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose selective differences between an array in c# and array in other programming languages.

Similar Questions

Discover Related MCQs

Q. Which of the following string() method are used to compare two strings with each other?

Q. Choose the base class for string() method :

Q. Which of the following statement is correct about a string in C#.NET?

Q. Correct way to find if contents of two strings are equal ?

Q. Which of the following statements are correct ?

Q. Which of these operators can be used to concatenate two or more String objects?

Q. The Method use to remove white space from string?

Q. What is the String in C# meant for?

Q. What does the term ‘immutable’ means in term of string objects?

Q. To perform comparison operation on strings supported operations are :

Q. Correct way to convert a string to uppercase using string class method()?

Q. Which of these methods of class String is used to compare two String objects for their equality?

Q. Which of these methods is used to compare two strings such that after comparison output returns different integer values as ( 0 for false, 1 for true)?

Q. Which of these methods of class String is used to check whether a substring exists at the beginning of the particular string?

Q. Which of these methods returns the string such that some characters which are specified to be removed from the end of strings are removed from string by mentioning the number of characters to be removed?

Q. What is the value returned by function compareTo() if the invoking string is less than the string compared?

Q. Which of these data type values is returned by equals() method of String class?

Q. Which of these methods of class String is used to separate a substring from a String object?

Q. Which of these methods of class are used to remove the leading and backward whitespaces?

Q. Which of the following statements is correct?