Answer Posted / rameshwar nath show
array is nothing but an array(a set ) of constants of
similar data type .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is linux written in c or c++?
Are there interfaces in c++?
Explain the auto storage classes in c++.
What is the use of bit fields in structure declaration?
What is class and structure in c++?
What is the size of integer variable?
What is the limitation of cin while taking input for character array?
How the keyword struct is different from the keyword class in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Explain Memory Allocation in C/C++ ?
What is an iterator class in c++?
What are c++ templates used for?
What is meant by iomanip in c++?
What is the difference between global variables and local variable
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16