What is the difference between strcat and strncat?
Fill in the blank(s) with the appropriate word(s).
strncat will concatenate at most n letters (where n has an appropriate value).
Computer Science & Information Technology
You might also like to view...
Answer the following statements true (T) or false (F)
1. Friend functions are members of the class. 2. All operators can be overloaded. 3. If you have mutators and accessors, you should not have friend functions also 4. Friend functions may directly modify or access the private data members. 5. The following is a properly declared overloaded insertion operator for myClass. ostream& operator <<(ostream &out, const myClass &obj);
Computer Science & Information Technology
This is a type of coax cable.
What will be an ideal response?
Computer Science & Information Technology