If you don’t call yourself a gamer, then you will be start calling yourself soon. One of the best part of today’s world is that we make our minds tension free for a while because of the functions they have…
Expand +Year: 2018
Codeigniter Interview Questions and Answers
1) What is CodeIgniter? CodeIgniter is an open-source, lightweight PHP web application framework designed to facilitate the development of dynamic and robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, which separates the application’s logic, data, and presentation layers,…
Expand +Top 10 Code Editors for Programmers 2018
A lot of the things have changed in the tech world. Many new programming languages have been introduced for the development of tech world. As the technological world is changing, it is demanding for efficient programmers who are capable of…
Expand +THE FORMAT OF C
Statements are terminated with semicolons Indentation is ignored by the compiler C is case sensitive – all Keywords and Standard Library functions are in lowercase Strings are placed in double quotes Newlines are handled via \n. Programs are capable of…
Expand +History of C Programming Language
HISTORY OF C C was invented primarily by Brain Kernighan and Dennis Ritchie working at AT&T Bell Labs in the United States. In 1983 the American National Standards Institute began the Standardisation process. In 1989 the International Standards Organization continued…
Expand +