Write a program to declare two integer variables and give them appropriate values in the program itself without using scanf(). Print the two numbers and print the result of the 2 operators used for division. write one output
Answers
Answered by
1
Answer:
In this tutorial, we will learn functions in C programming. A function is a block of statements that performs a specific task. Let’s say you are writing a C program and you need to perform a same task in that program more than once. In such case you have two options:
a) Use the same set of statements every time you want to perform the task
Similar questions