Monday, 11 June 2018

programming languages

Pointers in C are easy and fun to learn. Some C programming tasks are performed more easily with pointers, and other tasks, such as dynamic memory allocation, cannot be performed without using pointers. So it becomes necessary to learn pointers to become a perfect C programmer. Let's start learning them in simple and easy steps.

 Machine language is the binary language made of 1s and 0s. Assembly is made of abbreviated commands we can assemble into machine code. And high-levellanguage is a lot like English and is computer independent. Some famous high-level languages are FORTRAN, COBOL, C++, BASIC, and Java.

fputs function in file

Memory allocation in c