In this video tutorial lets see how to write macros with arguments. We'll illustrate finding biggest of 2 numbers by…
In this video tutorial lets learn about Macro Expansion and also lets write a simple program to find area of…
In this video tutorial we'll cover some basics about preprocessors and give you overview of what we'll be covering in…
Lets write a C Program to Find nPr Factorial for the user input values of n and r. In this…
Lets write a C Program to Find nCr Factorial for the user input values of n and r. In this…
Lets write a C program to count the number of occurrences of digit k in user input positive integer number…
Lets write a C program to count the number of occurrences of digit k in user input positive integer number…
Write a C program to find sum of squares of digits of a positive integer number input by the user,…
A positive integer is entered through the keyboard, write a function to find the Binary equivalent of this number: (1)…
A positive integer is entered through the keyboard, write a C program to obtain the prime factors of the number.…