C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. Dennis Ritchie is known as the founder of the c ...
//2. What is “a” in the following line of code? //a is a variable that is used to take the user input's number //3. What is “%d”? (Same answer as in Part 1.