char *ch = "abcde";
char c[4];
how to copy 'ch' to 'c'?
Answer Posted / supriya pandey
i think we used the string libruary function strcpy() to
copy it...
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is function overloading c++?
Comment on c++ standard exceptions?
What is a float in c++?
Write a function to find the nth item from the end of a linked list in a single pass.
Write about the scope resolution operator?
What is #include iomanip?
What does it mean to declare a member variable as static?
What is namespace & why it is used in c++?
What is the extension of c++?
What is iostream in c++ used for?
Why #include is used?
How does class accomplish data hiding in c++?
Difference between declaration and definition of a variable.
What is istream c++?
What is a sequence in c++?