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

Types of storage and scope of each type

2 Answers   CA,


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


How do I run a program in notepad ++?

0 Answers  


What is lvalue?

0 Answers  


What is an iterator class in c++?

0 Answers  






When should we use multiple inheritance?

0 Answers  


What is c++ code?

0 Answers  


Do you know the use of vtable?

0 Answers  


What is virtual base class uses?

0 Answers  


Define upcasting.

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


What is implicit pointer in c++?

0 Answers  


Categories