{"id":25,"date":"2025-06-16T19:30:28","date_gmt":"2025-06-16T19:30:28","guid":{"rendered":"http:\/\/localhost\/creativemind\/?page_id=25"},"modified":"2025-07-21T13:02:19","modified_gmt":"2025-07-21T13:02:19","slug":"c-c","status":"publish","type":"page","link":"https:\/\/creativemindcenter.com\/?page_id=25","title":{"rendered":"C &amp; C++"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>1. Introduction<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>History and origin of C and C++<\/li>\n\n\n\n<li>Importance and applications<\/li>\n\n\n\n<li>Compiler vs Interpreter<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>2. Basics of C and C++<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Structure of a C\/C++ program<\/li>\n\n\n\n<li>Header files<\/li>\n\n\n\n<li>Comments (single-line, multi-line)<\/li>\n\n\n\n<li>Input\/Output functions\n<ul class=\"wp-block-list\">\n<li><code>printf()<\/code> \/ <code>scanf()<\/code> in C<\/li>\n\n\n\n<li><code>cin<\/code> \/ <code>cout<\/code> in C++<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>3. Data Types and Variables<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Primitive data types (int, float, char, etc.)<\/li>\n\n\n\n<li>Constants<\/li>\n\n\n\n<li>Variable declaration and initialization<\/li>\n\n\n\n<li>Typecasting<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>4. Operators<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Arithmetic operators<\/li>\n\n\n\n<li>Relational and Logical operators<\/li>\n\n\n\n<li>Assignment operators<\/li>\n\n\n\n<li>Increment\/Decrement operators<\/li>\n\n\n\n<li>Bitwise operators<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>5. Control Statements<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Conditional: <code>if<\/code>, <code>if-else<\/code>, <code>switch<\/code><\/li>\n\n\n\n<li>Looping: <code>for<\/code>, <code>while<\/code>, <code>do-while<\/code><\/li>\n\n\n\n<li>Jump statements: <code>break<\/code>, <code>continue<\/code>, <code>goto<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>6. Functions<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Function declaration and definition<\/li>\n\n\n\n<li>Parameter passing (call by value\/reference)<\/li>\n\n\n\n<li>Recursion<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>7. Arrays and Strings<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1D and 2D arrays<\/li>\n\n\n\n<li>String handling in C (<code>strcpy<\/code>, <code>strlen<\/code>)<\/li>\n\n\n\n<li>Character arrays and <code>string<\/code> class in C++<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>8. Pointers<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Declaration and initialization<\/li>\n\n\n\n<li>Pointer arithmetic<\/li>\n\n\n\n<li>Pointers and arrays<\/li>\n\n\n\n<li>Pointers to functions and structures<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>9. Structures and Unions<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Structure declaration and usage<\/li>\n\n\n\n<li>Nested structures<\/li>\n\n\n\n<li>Unions<\/li>\n\n\n\n<li>Difference between structure and union<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>10. File Handling<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>File operations: open, read, write, close<\/li>\n\n\n\n<li>Modes: read, write, append<\/li>\n\n\n\n<li><code>fopen()<\/code>, <code>fscanf()<\/code>, <code>fprintf()<\/code>, etc.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd39 <strong>11. Object-Oriented Programming in C++<\/strong><\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>(C++ Specific Only)<\/p>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Classes and Objects<\/li>\n\n\n\n<li>Constructors and Destructors<\/li>\n\n\n\n<li>Inheritance (Single, Multiple, Multilevel)<\/li>\n\n\n\n<li>Polymorphism (Compile-time and Runtime)<\/li>\n\n\n\n<li>Abstraction and Encapsulation<\/li>\n\n\n\n<li>Operator Overloading<\/li>\n\n\n\n<li>Function Overloading<\/li>\n\n\n\n<li>Virtual Functions<\/li>\n<\/ul>\n\n\n\n<p>Course Duration : 2 Month-3Month<\/p>\n\n\n\n<p>Total Fees : 6000<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Introduction \ud83d\udd39 2. Basics of C and C++ \ud83d\udd39 3. Data Types and Variables \ud83d\udd39 4. Operators \ud83d\udd39 5. Control Statements \ud83d\udd39 6. Functions \ud83d\udd39 7. Arrays and Strings \ud83d\udd39 8. Pointers \ud83d\udd39 9. Structures and Unions \ud83d\udd39 10. File Handling \ud83d\udd39 11. Object-Oriented Programming in C++ (C++ Specific Only) Course Duration : 2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25"}],"version-history":[{"count":3,"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":237,"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions\/237"}],"wp:attachment":[{"href":"https:\/\/creativemindcenter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}