Lets write a C program to swap 2 numbers using pointers and function. When we call the function, we pass…
Lets write a C program to add 2 numbers using pointer and function. In this video tutorial we will show…
In today's video tutorial lets learn basics of pointers in C programming language. Think of it as base of a…
Lets write a C program to print the multiplication table for a user input number, using function/method. The table should…
Write a general-purpose function to convert any given year into its Roman equivalent. Use these Roman equivalents for decimal numbers:…
Lets write a C program to count prime numbers between user entered/input range of numbers, using function/method. Prime Number: is…
Lets write a C program to print N co-prime or relative prime numbers. N being the user entered limit for…
Lets write a C program to check whether two positive numbers entered by the user are Co-Prime numbers / Relative…
Lets write a C program to check whether two positive numbers entered by the user are Co-Prime numbers / Relative…
Lets write a C program to check whether a user input/entered positive number can be expressed as sum of two…