Programming Reema Thareja — Introduction To C

Introduction to C Programming by Reema Thareja: A Comprehensive Guide**

char name[] = "John";

int x = 10; int* ptr = &x; In this example, ptr is a pointer to an int variable x . introduction to c programming reema thareja