Introduction to Pointers in C

Introduction to Pointers in C Pointer Notation Consider the declaration, int i = 3 ; This declaration tells the C

Read more

Chess Game program in C language

Chess Game program in C language   #include<stdio.h> #include<conio.h> #include<graphics.h> void blk(int,int); void display(); //enum bool{TRUE,FALSE}; /*void main() //MAIN FUNCTION

Read more