New C Programming

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

C Programming

Amio Galib Chowdhury Department of Physics University of Dhaka

CONTENTS
Chapter 1 Variables and constants Chapter 2 Basic output: printf() Chapter 3 Basic input: scanf() Chapter 4 Operators Chapter 5 Statement Chapter 6 Function Chapter 7 Array Chapter 8 Pointer Chapter 9 File I/O Chapter 10 Additional topics APPENDIX A APPENDIX B

Summary Important Library functions

Amio Galib Chowdhury

Page

CHAPTER 1: VARIABLES AND CONSTANTS


Variables: A variable in C language is a designated memory space, having a name assigned to it. Variables are named places in computers memory that are used to store data.

Amio Galib Chowdhury

Page

You might also like