-
Feb- 2020 -26 FebruaryC PROGRAMMING
Calculate HCF and LCM using C program
Before going to the topic first we have to know what is HCF and LCM, so that we can understand…
Read More » -
24 FebruaryC PROGRAMMING
Malloc and Calloc function in C
Malloc Function It is used to allocate space in memory during runtime and it stands for memory allocation. Below is…
Read More » -
24 FebruaryC PROGRAMMING
Pointer in C programming
A Pointer is a variable that stores the address of another variable. A Pointer is declared using specific data type…
Read More » -
24 FebruaryC PROGRAMMING
Function in C
A function is nothing but a group of statement that works together to perform a task. Types of function User-defined…
Read More » -
Jan- 2020 -25 JanuaryC PROGRAMMING
Tic tac toe game
Today I will show you how we can make our childhood game, Tic tac toe using c programming. The tic-tac-toe…
Read More »