C

  • C

File Inclusion In C Programming Language

In today's video tutorial lets learn more about include directive or preprocessor statement. What We Learn? 1. Two ways of…

4 years ago
  • C

Macro With Argument v/s Function: C Program

In today's video tutorial lets see the difference between a Macro with argument and a simple function. Related Read: Macros…

4 years ago
  • C

Using Macro Template In Macro Expansion: C Program

In this video tutorial lets see how we can make use of a macro template in a macro expansion. Objective…

4 years ago
  • C

Macros With Arguments: C Program

In this video tutorial lets see how to write macros with arguments. We'll illustrate finding biggest of 2 numbers by…

4 years ago
  • C

C Program To Find Area of Circle Using Macro Expansion

In this video tutorial lets learn about Macro Expansion and also lets write a simple program to find area of…

4 years ago
  • C

Preprocessors In C Programming Language

In this video tutorial we'll cover some basics about preprocessors and give you overview of what we'll be covering in…

4 years ago
  • C

C Program To Find nPr Factorial

Lets write a C Program to Find nPr Factorial for the user input values of n and r. In this…

5 years ago
  • C

C Program To Find nCr Factorial

Lets write a C Program to Find nCr Factorial for the user input values of n and r. In this…

5 years ago
  • C

C Program To Count Digit k in Number n

Lets write a C program to count the number of occurrences of digit k in user input positive integer number…

5 years ago
  • C

C Program To Count Digit k in Number n using Recursion

Lets write a C program to count the number of occurrences of digit k in user input positive integer number…

5 years ago