On executing the below program what will be the contents of 'target.txt' file if the source file contains a line "To err is human"?#include<stdio.h> int main() { int i, fss; char ch, source[20] = "source.txt", target[20]="target.txt", t; FILE *fs, *ft; fs =...
See more
Download the Study24x7 App, so you can connect and collaborate.