what is ns string?
what is ns array?
Answer / amit
String is an charactor array & the array is collection of
simillar data items
Is This Answer Correct ? | 4 Yes | 0 No |
Is abstract thinking intelligence?
Whats is abstraction in oops?
difference between overloading and overridding
create a c++ program that will accepts 9 inputs using 3 by 3 array.
how to swap to variables without using thrid variable in java?
Differences between inline functions and non-inline functions?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
What is the default size allocated for array in the statement if size not specified " int a[] "
What do you mean by pure virtual functions?
What type of Job you are providing?
Advantage and disadvantage of routing in telecom sector
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction