C++ Language Interview Questions and Answers for Freshers Pdf - 1
Question: 1
What is an array?
An array is a collection of variables of the same type that are referenced by a common name.
Arrays are of two types:
One dimensional: comprising of finite homogenous elements.
Multi dimensional: comprising of elements, each of which is itself a one dimensional array.
Question: 2
What the data types can be used in two dimensional arrays?
The dimensions (rows/columns) of an array can be indicated
Using integer constants
Using const identifier of integer or ordinal
Using char constants
Using enum identifiers.
Question: 3
What are strings?
Strings are otherwise called as literals, which are treated as single dimension of characters.
The declaration of strings is same as numeric array.
For examples Char name [10];
Char vowels [] = {‘a’, ‘e’, ‘I’, ‘o’, ‘u’}
Question: 4
What is matrix?
A matrix is a set of m*n numbers arranged in the form of a rectangular array of m rows and n columns.
Matrices can be represented through 2-D arrays.
Question: 5
Explain the memory representation of 2-D arrays.
A 2-D array is stored in sequential memory blocks. The elements are stored either,
Row wise manner (this method is called as row-major order).
Column wise manner (this method is called as column-major order).
- C++ Interview Questions and Answers for Experienced
- Top 200+ C++ Interview Questions and Answers
- C++ Interview Questions and Answers for Freshers
- Advanced C++ Programming Interview Questions and Answers
- C++ Language Interview Questions for Experienced Pdf
- C++ Programs Asked in Interview for Freshers
- C++ Interview Questions and Answers Pdf
- C++ Language Interview Questions and Answers for Freshers Pdf
- C++ Questions and Answers
- Top 250+ C++ Constructor and Destructor Programming Interview Questions
- C++ basic interview questions and answers pdf
- C++ Programming Interview Questions and Answers
- C++ Technical Interview Questions and Answers
- Top 200+ Advanced C++ Interview Questions 2020-2021
- C++ Lab Viva-Practical Exams Questions and Answers
- C++ Coding Interview Questions and Answers
SBI PO Mains Computer Aptitude Questions Pdf More
IBPS PO Mains Computer Aptitude Questions Pdf More
Information technology MCQ Questions with Answers Pdf More
Computer Trivia Questions and Answers Pdf More
Computer Science Question Paper for Class 11, 12 More
Synonyms & Antonyms Questions for Civil Service Exam Pdf More
Oracle 11g - 12c Sql Loader Interview Questions and Answers Pdf More
1000+ D.C.Generator MCQ Questions and Answers Pdf More
1000+ RRB NTPC Multiple Choice Questions and Answers More
Samacheer Kalvi 10th Economics Globalization & Trade Questions More