Academic Resource
Aptitude
Data Interpretation
Verbal Reasoning
Non Verbal Reasoning
Verbal Ability
Programming
General Knowledge
Puzzle
Engineering
Computer Engineering
Electronics and Communication
Electrical Engineering
Mechanical Engineering
Civil Engineering
Biotechnology
Architecture & Planning
Online Test
Aptitude Test
Data Interpretation Test
Verbal Reasoning Test
Non Verbal Reasoning Test
Verbal Ability Test
Exams
More
Full Forms
Home
»
C++ Programming
»
Arrays
» Question
Arrays
Easy Questions
C++ Programming
Introduction
Basic Syntax
Comments
Data Types
Variable Types
Variable Scope
Constants/Literals
Modifier Types
Operators
Loop Types
Decision Making
Functions
Numbers
Arrays
Strings
Pointers
References
Basic Input/Output
Data Structures
Classes & Objects
Inheritance
Overloading
Interfaces
Files and Streams
Exception Handling
Dynamic Memory
Templates
Preprocessor
Questions and Answers
Standard Library
Which of the following gives the memory address of the first element in array?
array(2);
array[0];
array;
array[1];
None of these
Correct Option:
C
array;
Previous Question
Next Question
Your comments will be displayed only after manual approval.
Post your Comment