input: one two three
output: three two one
Can anybody suggest how can we create a program in C to know the last modification date of any file?
Say you are given
int a[ ] = {1,2,3,4}; int b[ ] = {4,3,2,1}; int S = 5;
Now the task is to find all pairs of two number which adds up to S (One number from a and other number from b).