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

Monday, June 16, 2025

Programming in C — Arrays & Strings - KTU Module 2

 Arrays

An array is a variable that can store multiple values. For example, if you want to store 5 integers, you can create an array for it.

To create an array, define the data type (like int) and specify the name of the array followed by square brackets [].

Thursday, May 29, 2025

Programming in C — Fundamentals - KTU Module 1

 C is a powerful general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972 and known for its efficiency and flexibility.

It is a very popular language, despite being old. The main reason for its popularity is because it is a fundamental language in the field of computer science.