Posts
Showing posts from September, 2014
Understanding Header Files
- Get link
- X
- Other Apps
Collection of pre-defined Function Necessary For the operation of a program. Names of the header files finish with .H Header Files 1- String. H āContains String Manipulation Function. 2- Alloc. H ā Includes memory allocation Function. 3- Time .H ā Consists of time related Function 4- Conio. H ā Console input & output Function 5- Ctype H ā Include type conversion function 6- Stdlib. H ā Standard Library function 7- Graphics .H ā Has Graphics Function 8- Dos .H ā Define date , time & Sound Related Function 9- ...
Compiler & Interpreter
- Get link
- X
- Other Apps
Compiler & Interpreter Compiler - o Transform Source Code into Machine Code. o Perform Checks the whole Program o C-Language is Compiler based program. Interpreter ā o Performs checks Line by Line. o Slower than a Compiler. o Similar to Compiler. Source.C ā |Compiler|--- ā Source. Obj ā |Linker-|---Source.Exe
The Programming Languages
- Get link
- X
- Other Apps
The Programming Languages Artificial Languages used to Control the Behavior & Properties of a Computer. Syntax - that refers to the Spelling & Grammar. Uses - Application Development (Payroll, Banking and Reservation) etc. Utilities -Predefined API Servers -Share data to Other Computers System Programs āOS T ypes ā o Low Level or machine Language. o ...
Inspire With C Programming
- Get link
- X
- Other Apps
Inspire With C Programming UNIX OS : Widely Used in both Servers & Work Stations. Direct-X: Application Program Interface (API) o Creating & Managing Graphics etc. Written in C, visual C/C++, or Java. SDL-Simple direct media Layer/Library Ā· Supports 20 graphics, Open GL, Sound, Events, Threads, Networking Ā· Written in C, also Ada, C#, Eiffel, Erlang, Euphoria, Java, and Lisp etc. Frame Works - Appleās Mac Applications. Symantecās think class Libraries.
Course Objectives in C Programming
- Get link
- X
- Other Apps
Course Objectives in C Programming Ā· The Basic Element of C Writing a C Program Ā· Data Types Ā· Declaring Variables Ā· Operators Looping & Conditional Statements Ā· Arrays Ā· Modular Programs ā Functions Ā· Pointers Ā· Dynamic Memory Allocations Ā· Preprocessors Directives Ā· Structures & Unions Ā· File Management Systems Ā· Types of Sorting Ā· ...
Programming Languages C C++ Java C# VB PHP Java Script
- Get link
- X
- Other Apps