Training Program on: “Advanced C Programming”

#c++
Share

The training was organized with the objective to equip students with programming basics and fundamental of C, to give a holistic view of C programming language, detailing all the aspects of the c language from data types, operator and expression, if statements, loops, arrays, string and pointers with file handling and dynamic memory allocation. Also to provide hands-on session to help students write and test their coding skills and prepare student for real-life application. 


Summary Report:-

 

C Programming is one of the oldest programming languages around and despite the prevalence of higher-level languages, it continues to empower the world. C is a general-purpose language, ideal for building mostly state-of-the-art system applications like OS kernels, databases, embedded systems, and graphics packages that are used by billions around the world.

 

The Advance C Programming workshop, was conducted by Ritusha Consultant Pvt. Ltd. (RCPL) in ITS Eng. College spanning 11 days (66 hours) for 2nd year Electronics and Communication Engineering (ECE), students from January 10, 2024, to January 24, 2024, aimed to familiarize students with C programming. The primary goal of C programming is to offer a versatile and efficient programming language, enabling students to develop programs with enhanced logical ability and syntax.

The training was divided into two sessions-

  • Theory Session
  • Lab Session

 After completing the theory session the trainer used to give the assignments to solve in the lab session.

In the lab session trainer check the assignment solution of students and also clear their doubts and concepts of writing the code in c language of individual student. At the end the training a test has been conducted by the trainers to check the coding skills of students.



  Date and Time

  Location

  Hosts

  Registration



  • Start time: 10 Jan 2024 04:00 AM UTC
  • End time: 24 Jan 2024 11:00 AM UTC
  • Add_To_Calendar_icon Add Event to Calendar
  • ITS ENGINEERING COLLEGE,
  • 46 Knowledge Park III,
  • Gautam Bodda Nagar, greater noida, Uttar Pradesh
  • India 201306

  • Contact Event Host


  Speakers

Mr. Rajeev Kumar Gupta,

Topic:

Advanced C Programming

Mr. Anoop Kumar Verma

Topic:

Advanced C Programming


Ms. Suruchi and Mr. Damodar Swami

Topic:

Advanced C Programming





Agenda

  1. Fundamentals of Programming
  2. Exploring C programming
  3. Classifying Data using Data Types and C programming
  4. Managing Input and Output Operations
  5. Performing Mathematical & Logical Functions: Operator and Expressions
  6. Controlling the Program order: Decision Making
  7. Repeating Sequence of Instructions: Loops
  8. Arranging the same data systematically: Arrays
  9. Characters Array: String
  10. Group of Statements: Functions
  11. Storing different data types in same memory: Structure & Unions
  12. Pointing to a location: Pointers
  13. File Management in C
  14. Dynamic Memory Allocation


  • Develop a C program
  • Control the sequence of the program and give logical outputs
  • Implement strings in your C program
  • Store different data types in the same memory
  • Manage I/O operations in your C program
  • Repeat the sequence of instructions and points for a memory location