function

  • C

C Program To Swap Two Numbers using Pointers

Lets write a C program to swap 2 numbers using pointers and function. When we call the function, we pass…

5 years ago
  • C

C Program To Print Multiplication Table Using Function

Lets write a C program to print the multiplication table for a user input number, using function/method. The table should…

5 years ago
  • C

C Program To Convert Year To Roman Equivalent

Write a general-purpose function to convert any given year into its Roman equivalent. Use these Roman equivalents for decimal numbers:…

5 years ago
  • C

C Program To Find If Two Numbers are Co-Prime or Not using Function

Lets write a C program to check whether two positive numbers entered by the user are Co-Prime numbers / Relative…

5 years ago
  • C

C Program To Express A Number as Sum of Two Prime Numbers

Lets write a C program to check whether a user input/entered positive number can be expressed as sum of two…

5 years ago