Can anyone provide the number of seconds from 1st Jan 1900 to 1st Jan 1970 (EPOCH)?
Its 70 Years, 17 Leap years (1900 is not a leap year) so total seconds are 70*365*24*3600 + 17*24*3600 (adjustment for leap year) = **********
Hope I have not missed anything.
Write a unix command to display the every character in the word "QUERYHOME" in new line.
Ex : Input - QUERYHOME output: Q U E R Y H O M E