Why Array Index starts from Zero?
Submitted by: AdministratorThis boils down to the concept of Binary digits. Take an array size of 64 for example. We start from 0 and end at 63. We require 6 bits.But, if we were to start from 1 and end at 64, we would require 7 bits to store the same number, thus increasing the storage size.
Submitted by: Administrator
Submitted by: Administrator
Read Online Visual C++ Job Interview Questions And Answers
Top Visual C++ Questions
☺ | How to Enable and Disable CButton at runtime? |
☺ | How to change the Text of a CButton at Runtime? |
☺ | What is command routing in VC++? |
☺ | How to change the Mouse Pointer Over a Button at runtime? |
☺ | How to change the position of Button at runtime? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |