What is the last index number in an array of 100 characters
a) 100
b) 99
c) 101
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ an integer?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Describe the syntax of single inheritance in C++?
Which is the best c++ compiler for beginners?
What is a pointer how and when is it used?
What is the full name of logo?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How many different levels of pointers are there?
When do we use copy constructors?
What is a reference in C++?
Explain what you mean by a pointer.