include

  • C

Using Macros Find Area and Perimeter of Triangle, Square, Circle: C Program

Problem State: Write macro definitions with arguments for calculation of area and perimeter of a triangle, a square and a…

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

include directive in C Program

Usually you can see these "include" directive at the very top of your source code. It's called a preprocessor directive.…

5 years ago
  • C

Structure of a basic C Program

Lets write our first C program - the typical "Hello World!" program. In this video tutorial lets learn the structure…

5 years ago