Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

C Programming for College Students


C Programming for College Students
C Programming for College Students
Master C Programming from Scratch with Lab Exercises, Quizzes, Practice Programs & College Curriculum Topics

Preview This Course - GET COUPON CODE

Description
Want to learn C Programming the way it’s taught in college — with lab programs, quizzes, and hands-on practice? This beginner-friendly course is designed for college students who want to master C from scratch.



What You'll Learn:

Basics of C: variables, data types, loops, functions, arrays, pointers, etc.

Practice problems and quizzes after each topic

Aligned with typical college syllabus and lab curriculum

Whether you're studying for exams, lab sessions, or just want to build a solid foundation in programming — this course is for you.



Why Enroll?

No prior coding experience needed

Focus on practical understanding, not just theory

Covers everything you need for college labs and assignments

Learn step-by-step through clear explanations and real-time coding demos

Build the skills expected in your lab evaluations and internal assessments

This course also helps students who want to prepare early for campus placements, technical interviews, or further programming subjects like Data Structures. Everything is broken down in a simple, easy-to-follow format to make sure you actually understand the concepts — not just memorize syntax.



By the end, you'll be confident writing and understanding C programs — just like you’re expected to in college.

I'm here to help — feel free to ask questions anytime inside the course. Let’s get started!

Who this course is for:
  • College and university students who have C programming in their curriculum and want a complete, beginner-friendly resource.
  • Engineering and computer science students preparing for exams, lab sessions, or practical assessments.
  • Absolute beginners with no prior coding experience who want to start learning programming with C.
  • Self-learners and hobbyists looking for a structured approach to learning C programming from scratch.

C# Advanced Topics - The Next Logical Step

csharp-advanced-topics-the-linq-lambda-delegates-events
Coupon Online Courses - C# Advanced Topics - The Next Logical Step | Udemy 
Learn advanced topics of the C# language like LINQ, Lambda, Extension Methods, Generics, Delegates, Events and more!

  • Created by Tod Vachev
  • Last updated 
  •  English
  •  English [Auto-generated]
  • 3 hours on-demand video
  • 9 articles
  • 8 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

What you'll learn
  • You will be able to read and create LINQ Queries
  • You will understand what is a Lambda Expression and use it in various scenarios
  • You will be able to apply LINQ Queries with Lambda Operators
  • You will be able to Extend base types and custom objects with Extension Methods
  • Understand and Work with Generic Methods and Classes
  • Understand and Apply Delegates in Real-World Scenarios
  • Work with Built in Delegates - Func and Action
  • More Complex Delegates with Lambda Expressions/Anonymous Methods
  • You will be able to create Events to decouple Code
  • The Anatomy of Events
  • Passing Additional Information through Events
  • Asynchronous Programing with Asynchronous Methods
Preview This Course - GET COUPON CODE

C, C++, Python and Ruby Programming

c-c-python-ruby-java-html5-php-programming-for-beginners
C, C++, Python and Ruby Programming, C, C++, Python and Ruby python programming Courses with Practical Examples

  • Created by DoEdu IT Educations
  • 25.5 hours on-demand video
  • 11 articles
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

What you'll learn

  • Learn all Basic Fundamentals in C, C++, Python and Ruby Programming
  • Will be understand any standard programs in C, C++, Python and Ruby Programming and modify them according to the requirements
  • Explore the world of Software Languages
  • Write your own programs in C, C++, Python and Ruby Programming

Description
C,C++,Ruby and Python are the most popular and advanced programming language which are used in most of the applications today, They are used in application like web-applications, games, mobile apps, operating systems, popular websites like yahoo, google, instagram twitter and many more.

This course teaches you all the basic fundamentals in C, C++, Python and Ruby Programming Languages. You will get complete course on each of the individual subjects, It's four in one course.

All Subjects here are treated as individual courses and are stand alone course, that means If you want to learn any one of the course it's absolutely fine and you are getting the complete course for your selected one.

All the topics are explained separately under each subject, If there is common topics among the subjects they are explained in each of the course again and again as they are separate courses just included in one course.

This courses are designed with practical examples for each topic to understand the concepts better. You will start each course from installing the software to run your program to basic concepts and further proceed to advanced concepts in each subject.

After completing the course on one subject or all subject you will be able to write your own code for any requirement and bag strong knowledge on this programming languages.

Who is the target audience?

  • who are interested in learning C programming
  • who are interested in learning C++ programming
  • who are interested in learning Python programming
  • who are interested in learning Ruby programming
  • who are interested in learning multi programming languages
  • who wants to become software programmer and are about to start

Preview This Course - GET COUPON CODE

Microcontrollers and the C Programming Language (MSP430)

mcu_msp430
Microcontrollers and the C Programming Language (MSP430), Create C programs for a microcontroller using inputs/outputs, timers, analog-to-digital converters, comm ports, and LCD. Created by Mark M. Budnik

Includes

  • 1.5 hours on-demand video
  • 2 Articles
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion


Description
The course is laboratory based. Almost every lecture and section of the course leads directly to a hands-on laboratory assignment. The more practice you get using the “real world" Texas Instruments MSP430 hardware and software the more proficient you will be.

The course does not waste your time. From the very beginning, we jump right in to your first laboratory assignment – Let's Get Started.

The course is modular in nature. Are you new to the world of microcontrollers? Great! Start at the beginning, and we'll teach you everything you need to know. Do you have some background in microcontrollers but want to learn more? Fantastic! You can pick and choose the modules that you need.

The course is packed with information. From the beginnings of the C programming language to advanced microcontroller peripherals, the course teaches you all of the building blocks you would need to build your own electronic systems.

We use lots and lots of examples. We take you step-by-step through the lessons – each time providing sample code and documentation to make sure you are supported through the course.

We are here to help. We are educators with a singular focus of providing a meaningful experience for our students. And, while we cannot do the work for you, we are willing to work WITH you help you succeed.

Who is the target audience?

  • This course is meant for individuals who are not familiar with microcontrollers, the MSP430, and/or the C programming language.
  • For more experienced individuals, the course will also expedite the learning curve for the Texas Instruments MSP430 and Code Composer Studio integrated development environment.

Preview This Course - GET COUPON CODE

C PROGRAMMING made easy

Coupon Details

c-programming-made-easy

C PROGRAMMING made easy, Beginners first step to Coding world

Created by Meganadha Reddy

What Will I Learn?

  • Get Confidence in writing C Programs, Clear knowledge on C Programming Concepts

Description
==========================

C PROGRAMMING made easy

==========================

This course is designed for students / professionals who are relatively to new (or) beginners to programming.

This course is designed to give hands-on programming knowledge in various concepts of C-Language.

Below concepts are covered with illustrated code samples. All code samples can be reviewed and practiced.

==========

TOPICS

==========

Software Installation Guidance

Hello World program in C

Data Types

Operators

Control Structures

Loops - for, while, do while, nested loop

Jump Statements - break, continue, goto

Arrays - Sample programs

Functions

Recursion

Pointers - Introduction

Call by Value

Call by reference

Structures and Unions

Working with Files

Working with String and Math functions

Also, Additional appendix provide to learn numerous C-Programs

Feel free to write to me to include any additional topics related to this course which will benefit student community. I will consider including the same in this course.

Once again,

Thank you for enrolling for this course.

Hope you will enjoy the course as much as I enjoyed creating the course.

Regards,

Meganadha Reddy K

12 Years of experience working for companies like Accenture, Deloitte, Cognizant, Capgemini etc.,

Who is the target audience?

  • Beginners who are new to programming or who want to revise or want to get good C Programming skills

Preview This Course - GET COUPON CODE 

The Complete C Developer Course - Build 7 Exciting Projects!

Coupon Details

The Complete C Developer Course - Build 7 Exciting Projects!, Master the C Programming language by Building real world projects from Beginners to Experts on Windows/Mac os x/Linux

Created by Shinde Prashant

Preview This Course - GET COUPON CODE

the-complete-c-developer-course-build-7-exciting-projects

What Will I Learn?
  • Start to write a code from a Basic " Hello World ! " Program .
  • Get the indepth understanding of each & every concept of Programming Practically .
  • Learn Advanced Concepts such as -: Memory Models , Mouse Programming , Keyboard Programming , Preprocessor Directives , Advanced Pointers , Bit Level Programming , Storage classes , Dynamic Memory Allocation , Graphics Programming , Commands line Arguments & More ....
  • Get Exercise Questions after every important lesson for practise .
  • Quizzes to Test knowlege about the subject .
  • Get top 15 programs for practise which can be asked in Exams or in Interviews with source code .
  • Develop Mini File / Folder Protection software .
  • Develop Own Dos command .
  • Develop a Computer virus ( Just for educational purpose only ! ) .
  • Develop a Computer game " Blue Brick Hunter " .
  • Develop an Advanced Project " Student Database Management System " .
  • Learn the ways of making money online/offline based on this course .
  • Get All the Source code for download used in this Course !


Students Also Bought These Courses

C Programming will increase career options. Become a better dev in other languages by learning C. Pointers explained

Create C programs for a microcontroller using inputs/outputs, timers, analog-to-digital converters, comm ports, and LCD.

More Courses by Shinde Prashant

Master the Ubuntu Linux Server from scratch from Beginners to Expert On Windows / Mac os / Linux !

Learn to Perform Advanced level Operations on the System without the use of any third party software in 2018.

Pointers in C programming

Coupon Details

Pointers in C programming, Understand pointers in C programming made easy

Created by DoEdu IT Educations

Preview This Course - GET COUPON CODE

pointers-in-c-programming

What Will I Learn?
  • Code using pointers
  • Better understand pointer concepts

Description

Pointer are a fundamental part of C. If you cannot use pointers properly then you have basically lost all the power and flexibility that C allows. The secret to C is in its use of pointers. Pointers in C are easy and fun to learn. Some C programming tasks are performed more easily with pointers, and other tasks, such as dynamic memory allocation, cannot be performed without using pointers. So it becomes necessary to learn pointers to become a perfect C programmer.

In this course you will learn pointers concept in c programming language, Course is designed for beginners with best example to understand the concept better. Also added quiz to check how much you learned the topics.

prerequisite is knowing c language little bit. 

From Basics to advanced topic each topic is carefully thought with practical examples.

Build and Test C Programming Skills

Coupon Details

Build and Test C Programming Skills, Beginner to Advanced C Programming, Arrays & Pointers in depth, Coding Interview preparation, Basics of C++, Embedded C

Created by Sandeep Thorat

Preview This Course - GET COUPON CODE

build-and-test-c-programming-skills

What Will I Learn?
  • Covers all topics of C programming and Basic concepts from C++.
  • Course contains 36 Video lectures. It covers approximately 150+ solved tricky questions.
  • There are 15 Topic Quizzes, 2 Final Quizzes, and 03 Assignments containing more than 200+ unsolved tricky questions. The explanation of all Quiz questions is available.

Students Also Bought These Courses

C Programming will increase career options. Become a better dev in other languages by learning C. Pointers explained

Create C programs for a microcontroller using inputs/outputs, timers, analog-to-digital converters, comm ports, and LCD

Learn C Programming

Coupon Details

Learn C Programming, The complete C Programming course for Beginners

Created by MKCL India

Preview This Course - GET COUPON CODE

learn-c-programming

What Will I Learn?
  • Understand the Fundamentals of Computer Programming
  • Understand C Programming Language Basics
  • Create your first C Application
  • Understand Algorithms, Control Structure, Data Types, Pointers, Functions, etc
  • Create a solid foundation to learn other programming languages

Students Also Bought These Courses

C Programming will increase career options. Become a better dev in other languages by learning C. Pointers explained

Create C programs for a microcontroller using inputs/outputs, timers, analog-to-digital converters, comm ports, and LCD.

More Courses by MKCL India

An highly engaging project based course to learn modeling and creating 3D assets using Blender

The 2 hour comprehensive Advanced Excel course focusing on Functions