This document outlines a demo class on C programming that discusses the previous knowledge needed on C including its origins and features, the objective of the class to teach C programming basics through explanations and a question section, and provides an outline of the demo class sections including previous knowledge, objective, compiler, declaration section, output window, and questions.
1 of 26
Download to read offline
More Related Content
interview.ppt
1. Introduction about C Programming
Motivation
Previous Knowledge
Objective of Class
Explanation
Summary
Question section
OUTLINE OF MY DEMO CLASS
4. C is a general-purpose high level language
that was originally developed by Dennis Ritchie
in 1972 at At & T Laboratories in USA
.
5. Easy to learn
Structured language
It produces efficient programs.
It can handle low-level activities.
It can be compiled on a variety of computers
Features in C
20. 1.FORTRAN stands for _________ Translation.
(a)Formula (b) Function (c) Fundamental
2. __________ generates list of errors and show it to the user.
(a) Compiler (b) Interpreter (c) Linker