Using keyword register we can declare a register variable. Ex: register int flag = 1; Register variables are stored in high-speed register...
Read More
Showing posts with label Compilers and Interpreters. Show all posts
Showing posts with label Compilers and Interpreters. Show all posts
Pointers and Arrays
There is a very close relationship between pointer and array notation in C. As we have seen already the name of an array ( or string ) is a...
Read More
INPUT AND OUTPUT OPERATORS in C++
Introduction The input output operations are done using library functions cin and cout objects of the class iostream. Using...
Read More
Basic things in C Programming Language (Header files, main (), printf(), scanf(), Variables)
Header files The files that are specified in the include section is called as header file. These are precompiled files that has some...
Read More
What are Assembler, Compilers and Interpreters..
What are Assembler? Assembler is system software which translates an assembly language program into its machine language.It reco...
Read More
Subscribe to:
Posts (Atom)