Question: O QUESTION Write a program that uses predefined macros to print file information (file name, executed date and time of file, the number of lines).

O QUESTION Write a program that uses predefined macros to print file information (file name, executed date and time of file, the number of lines). uses simple macros o to print newline and all messages as you see as output. uses parameterized macros to calculate the following identities are factoring formulas. (first_value? - second_value) = (first_value + second_value) (first_value - second_value) (first_value? + second_value?) = (first_value + second_value)2 - 2(first_value) (second_value) to calculate the following identities are product formula. first_value + second_value) first_value? + 2(first_value) (second_value) + second_value? O The first and the second values are entered by the user, the first value must be greater than zero and the second value must be less than the first value. Show that your program will look like after preprocessing. . The first and the second values are entered by the user, the first value must be greater zero and the second value must be less than the first value. Show that your program will look like after preprocessing. Expected output of the program: File :Preprocessor.c Date :Mar 16 2021 Time :23:27:06 Line : 26 Enter the first value: The first value must be greater than ZERO. Enter the first value: -1 The first value must be greater than ZERO. Enter the first value: 4 Enter the second value: 6 The second value must be less than the first value. Enter the second value: 2 The difference of two squares is 12 The sum of two squares is 20 The perfect square is 36 CSEZ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
