What is pointer to array in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is format for defining a structure?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
what Is DCS ? what i will get benefit when i did?
Can I create my own functions in c++?
What is meant by const_cast?
What parameter does the constructor to an ofstream object take?
What is the latest c++ standard?
Is set c++?
What is the topic of the C++ FAQ list?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
What are the advantages of using const reference arguments in a function?
How would you obtain segment and offset addresses from a far address of a memory location?