Search for a command to run...
Personal career experiences, articles, and case studies. You can also promote your articles on the site if they are valuable reads
Dive into our code, contribute, and join a thriving open-source community.
Your contributions help us improve and expand our platform for everyone.
15 Topics
Introduction to computer, block diagram and organization of computer, number system and binary arithmetic, processing data, hardware, software, firmware, types of programming language-Machine language, Assembly level language, higher level language, source file, object file, translatorsassembler, compiler, interpreter. Evolution and classification of programming languages
4 Topics
Steps in program development, algorithm, flowchart, pseudo code.
14 Topics
‘C’ character set, literals, keywords, identifiers, data types and size, variable declaration, expression, labels, statements, formatted input output statements, types of operators, data type conversion, mixed mode arithmetics, control structures.
10 Topics
Storage classes, scope rules and visibility, arrays, pointers, dynamic storage allocation, structures and unions, self-referential structures. Relationship between pointers and arrays, dynamic arrays: Introduction to dynamic datastructureslinked lists, stack, and binary trees
8 Topics
‘C’ functions, library functions, parameter passing, recursion, ‘C’ files, function for file handling, ‘C’ pre-processors and command line arguments, macros and conditional compiler directives.