ProgrammingFree for studentsFeatured

C Programming

Beginner C: variables, printf, if, loops — classroom interpreter, no gcc, no video. · Sharda LMS catalog v2

2 free preview lessons — read below before you register.

Level
BEGINNER
Duration
8 weeks
Lessons
14 lessons
Language
English + Hindi
Certificate
On completion
Students
0 enrolled

Instructor: Anita Sharma

C Programming — Sharda IT Services
Sharda IT Learning

Free for Sharda Students

Read free previewLogin after preview to enroll free
  • 14 text lessons
  • 2 free preview lessons
  • Downloadable certificate

No payment required for registered Sharda IT Services students.

Free preview

Read before you register

Switch हिंदी | English in the lesson. This LMS is text, examples, practice, quizzes, assignments and exams — not video.

Introduction to C

Module 1 — C foundations · Introduction to C

Introduction to C

Programming · Explain → Code → Try → Output → Practice → Quiz

What you will learn

  • Source → compile idea → run
  • main is the starting function
  • Classroom C is a subset, not gcc

What will you learn?

C is the language many college labs still start with, and it explains how a program talks to the machine in small steps.

The core idea

C is a compiled language: you write source, a compiler turns it into a program, then the machine runs it. A first program has #include <stdio.h>, int main(), printf, and return 0. This Sharda LMS has no video; the coding lab is a tiny classroom interpreter, not gcc on the application server. Completing this course does not make you a systems programmer.

Key points

  • Source → compile idea → run
  • main is the starting function
  • Classroom C is a subset, not gcc

Example

A CSC fee slip that prints 30 is the same idea as printf("%d", 10 + 20) — show a number, then stop.

#include <stdio.h>
int main() {
  printf("hello");
  return 0;
}

Try this

  1. Name the function where a beginner C program starts.

Practice

Name the function where a beginner C program starts.

Question 1

The Sharda coding lab for C is…

Summary

Labs run a small interpreter on purpose. There is no video in this LMS.

Summary

Labs run a small interpreter on purpose. There is no video in this LMS.

Overview

What this course covers

A Sharda beginner course in C. You learn why C programs start at main, how int and printf work, then conditions and loops you can try in the coding lab. Pointers, structures and files are taught with example code and quizzes; the classroom runner does not execute them and is not gcc. Completing the course does not claim professional C expertise. शारदा शुरुआती सी कोर्स। main, int, printf, फिर शर्तें और लूप जो कोडिंग लैब में आज़मा सकते हैं। पॉइंटर, स्ट्रक्चर, फ़ाइल उदाहरण कोड और प्रश्न से; क्लासरूम रनर उन्हें नहीं चलाता, gcc नहीं। पूरा करना पेशेवर सी विशेषज्ञता नहीं कहता।

14

Lessons

In lessons

Quizzes

168 min

Study time

Yes

Certificate

Curriculum

Modules and lessons

Module 1 — C foundations/ मॉड्यूल 1 — सी की नींव

1. Introduction to C

Reading· 12 minPreview

Open preview

2. Variables

Reading· 12 minPreview

Open preview

3. Data Types

Reading· 12 min

Enroll to unlock

4. Operators

Reading· 12 min

Enroll to unlock

5. Input/Output

Reading· 12 min

Enroll to unlock

Module 2 — Control and functions/ मॉड्यूल 2 — नियंत्रण और फ़ंक्शन

6. Conditions

Reading· 12 min

Enroll to unlock

7. Loops

Reading· 12 min

Enroll to unlock

8. Functions

Reading· 12 min

Enroll to unlock

Module 3 — Data in memory/ मॉड्यूल 3 — मेमोरी में डेटा

9. Arrays

Reading· 12 min

Enroll to unlock

10. Strings

Reading· 12 min

Enroll to unlock

11. Pointers

Reading· 12 min

Enroll to unlock

12. Structures

Reading· 12 min

Enroll to unlock

Module 4 — Files and mini projects/ मॉड्यूल 4 — फ़ाइलें और मिनी प्रोजेक्ट

13. File Handling

Reading· 12 min

Enroll to unlock

14. Mini Projects

Reading· 12 min

Enroll to unlock