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
What is the disadvantage of using a macro?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What are the uses of c++ in the real world?
Can circle be called an ellipse?
What is code reusability in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
How do you initialize a class member, class x { const int i; };
What is a base class?
Is c the same as c++?
What is :: operator in c++?
Why do we use setw in c++?
give me some class & objects examples?