data type

  • C

Calculate Sum and Average of N Numbers using Arrays: C Program

Lets write a C program to calculate Sum and Average of N numbers using Arrays and using macros and for…

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

C Program To Find Size of Pointer Variables

Lets write a C program to find out the size or the number of bytes occupied by pointer variables of…

4 years ago
  • C

Basics of Pointers In C Programming Language

In today's video tutorial lets learn basics of pointers in C programming language. Think of it as base of a…

4 years ago
  • C

Rules for Constructing Variable Names: C

Rules for constructing variable names are same for all the data types. Related Read: Rules for Constructing int, float, char…

5 years ago