Sample Program
A.Modify the Sample Program 3 to display the following output B. Why and when do we use the #define directive? C. Why and when do we use the #include directive? D. What does void main(void) mean? E. Distinguish between the following pairs: (a) main( ) and void main(void) (b) int main( ) and void main( […]