HI WELCOME TO KANSIRIS
Showing posts with label c language. Show all posts
Showing posts with label c language. Show all posts

c language certification links

Leave a Comment
https://www.brainbench.com/http://www.cppinstitute.org/?p=5https://www.microsoft.com/learning/en-in/certification-exams.as.

C++ Training Course Overview

Leave a Comment
Basic In C++Programming MethodsObject Oriented ProgrammingIntroduction to C++Variables, Datatypes, OperatorsReference OperatorScope (:   Resolution OperatorsNew Structure of a C++ Program Control Structures Conditional – if, if…else, Nested if…else, Switch…CaseLoops – While, do…While, For, Nested LoopsJump – Goto, Continue & Break Functions Introduction a FunctionDefening  a FunctionPrototypesActual.

C Training Course Overview

Leave a Comment
Introduction to ‘C’ languageFeatures of CHistoryStructure of C ProgramKeyword, Identifiers & ConstantsData typesPrimitive Data TypesAggregated Data TypesOperatorsBinary OperatorsUnary OperatorsTernary OperatorsSpecial OperatorsOrder of EvaluationSelectionsSimple ifif..elseNested ifif..else ladderGoto StatementBreak and Continue StatementSwitch..Case statementIterationWhileForDo..WhileNested loop StatementsArraysIntroduction to arraysNeed for ArraysTypes of arraysOne Dimensional ArraysTwo Dimensional ArraysMulti Dimensional.