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 abstraction in c++ with example?
What is virtual base class uses?
What language does google use?
What is function prototyping?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is binary object model?
What is a buffer c++?
Explain storage qualifiers in c++.
What is string in c++ programming?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What do the header files usually contains?
What is the use of bit fields in structure declaration?
What are pointers used for c++?
Is there a c++ certification?
What is virtual methods?