char and int arraysso it is only cout that treats it differently? or whenever i write array2 it will evaluate to the va...
char and int arraysint array1[5]={1,2,3,4}; char array2[5]="cpp"; cout<<array1<<endl; cout<<array2; The above pro...
Reference and pointers in C++?thanks everyone for replying so quickly... ! when i asked the person who's teaching me... she said t...
Reference and pointers in C++?okay but then how does the compiler come to know that i mean reference and not address of?
C++ Pass by reference/value.....???your function swapnum returns nothing to the main function. Hence the values in the main function ar...
This user does not accept Private Messages