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

Post New Answer

More C++ General Interview Questions

Describe the process of creation and destruction of a derived class object?

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What are enumerations?

0 Answers  






What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


How do you remove an element from a set in c++?

0 Answers  


Explain the concept of friend function in c++?

0 Answers  


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  


how many controls can we place on single form.

1 Answers   Microsoft,


Categories