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
Difference between declaration and definition of a variable.
What is a block in c++?
What is the purpose of ios::basefield in the following statement?
Write about the scope resolution operator?
How is objective c different from c++?
What c++ is used for?
List the issue that the auto_ptr object handles?
What size is allocated to the union variable?
How do I use arrays in c++?
Why do you use the namespace feature?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?