Skip to main content

Home

Welcome to the blog on Problem Solving & Programming in C course. 

About C Programming Language: 


C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970s*.


Image result for c language logo

Currently we are in the process of creating Google Group for the II semester students of E,F,G,H & I divisions. This will facilitate us to send notifications related to PSPC course via mail.

We request students to fill the Google Form (link is provided below) and submit it soon.

Link to the Google Form: PSPC Registration

Note: Filling the above Google Form requires you to have a valid Gmail ID. If you have not created Gmail ID yet, please create one and then submit the form.

*[Source: Techopedia]

Comments

Popular posts from this blog

Spoken Tutorials Videos on C Programming

As you are aware that, this semester, I shall cover C programming through hands-on approach ONLY .  I shall be covering C concepts like, Variables, Data Types, Tokens, Keywords, Statements, Loops, Arrays, etc, (indirectly) with the help of a real-world scenario ( Students Grading System ). Hence to understand the usage of C features in general, you must refer the text book " Programming in ANSI C" - by E.Balagurusamy (editions 4 and above). Currently you can read the chapters-1, 2, 3 & 5 from the text book (let me know if you get any doubts). You can also watch the videos available in  Spoken Tutorial  website on C course.  Each video ( not more than 20 mins ) precisely covers a specific topic on C.  You can watch to these videos during your free time. (As of now) you can watch the following videos: First C Program C Tokens Scope of Variables If-else statement Nested if and switch statement Arithmetic Operators Increment and Decrement...

PSPC Lab Programs list weeks - 5 & 6

Programs mentioned in the link are to be executed in the lab sessions to be held from 20/02/2018 to 10/03/2018 .  Please find the link here:  Lab Programs list Weeks - 5 & 6 These are numerical mathematics based problem definitions, that make the student understand: principle of loops working of loops the flow of execution of loops how to solve a problem using loops nesting of loops