Answer Posted / venu gopal raju
array is nothing but an array(a set ) of constants of
similar data type .
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In the derived class, which data member of the base class are visible?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the difference between global int and static int declaration?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are static variables?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is low level language in simple words?
Explain the difference between overloading and overriding?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is prototype in c++ with example?
what Is DCS ? what i will get benefit when i did?
What is buffer and example?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What are containers in c++?
Can create new c++ operators?