Problem: Write a C program that will print your name, your father and mother name in three separate lines.
C Program:
Output: Charles Babbage
Benjamin Jr.
Elizabeth
Description:
Problem: Write a C program that
will print your name.
C Program:
Output: Charles Babbage
Description: