answersLogoWhite

0

Concatenate two files without using strcat function?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

Win/Dos: copy file1+file2 tofile

unix: cat file1 file2 >tofile

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Concatenate two files without using strcat function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you concatenate input files in C?

Copy one file, then append the other to the copy.


How do you concatenate picture files into a single picture file?

you have to double it over as many times as necessary


What are system booting files?

They are the files that your computer call on to start up, or "boot." without these, the computer cannot function properly.


What is mean by file handling in C programming?

There is a quite a lot of things you can do with files; some of them are: open, read, write, close, delete, copy, move, rename, concatenate, sort...


How can you print Encore music files without the Encore application?

Finale has a IMPORT function for Encore files. I will warn you, that I'm in the process of converting a large number of Encore files into finale files and all the notes and rhythms load, but there are problems. Expect to have to spend time editing a percentage of the files you load.


What are the four types of files according to function?

1) Document files 2) Worksheet files 3) Database files 4) Presentation files


What is the function of record?

The function of a sound recorder is to record audio from a microphone or headset. These recorded audio files can be saved in .wav. The .wav files are compressed or uncompressed recorded audio files.


Where can the declaration of function be placed?

Source/header files.


Is header file the library file?

No. Header files are those which contains declaration part of function & library files are those which contains definition part of function. These are those functions which we called in our program by using header files.


Can PDF files be read without an Acrobat Reader?

no we can`t read pdf files without Acrobat Reader


Is it possible to unzip files without any special software?

No, it is not possible to unzip files without software. When files are "zipped" they undergo compression. Most archive files undergo this compression to save space and combine files. Also, archives my be encrypted an unable to unzip without the proper software or password.


Can you give more than one main function in the program?

In any source-files, the function names must be unique. In any program (which might be created from multiple source-files), the public function names must be unique.