C programming

  • C

Comments In C Programming Language

In this video tutorial lets learn about using comments in C programming language. There are 2 types of comments in…

4 years ago
  • C

Comparing Floating Point Variable With a Value In C Programming

In this video tutorial lets see how we can compare a floating point variable with a constant value, and lets…

4 years ago
  • 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