Subhash Programming Classes
1.75K subscribers
2 photos
1 video
29 links
Coding Beyond Curriculum 🌟
Download Telegram
Hey Buddies,

It is amazing that so many of you guys have watched yesterday’s video and very religiously commented to the question you were asked.

Even I felt very happy reading your answers and comments in the comment section.

Please keep up this learning spirit till the end of this Bootcamp and if you can do that, I am sure that you guys will have a very good command of C Programming Language.💯

With that being said, let me see how many of you guys will post your answers to today’s question that is going to be shared with the link to today’s lesson.

All the best for today’s lesson.👍
Happy learning!
Hey Buddies,

Here is your lesson-3 of this C programming Bootcamp.

Watch - https://youtu.be/dHYzMIYc3pQ

Make sure you watch it by today and you'll be getting your next lesson tomorrow.
Hey Buddies,

Here is your question for today.

Question - Give 2 features and 2 applications of C programming language.

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies,

Here is your lesson-4 of this C programming Bootcamp.

Watch - https://youtu.be/7sswUtA8SPc

Make sure you watch it by today and you'll be getting your next lesson tomorrow.
Hey Buddies,

Here is your task for today.

Today is a practical exercise for you guys. I want you guys to install Dev C++ IDE on your device today.

Once you've completed watching today's lesson, make a promise to yourself that you'll be installing the the Dev C++ IDE by commenting - "I will install Dev C++ IDE today" in the comment section.

And, if you come across any doubts, please don't hesitate to post them as well.
Hey Buddies, Hope everyone has installed c compiler on your machine. If not do it by today, so that you can follow my lessons smoothly. Watch the recent lesson soon. If you already have installed the compiler, can you please comment on the YouTube video as to which compiler or software you have installed ? I wanted to know the different kind of software’s you are using. Comment before tomorrow’s session, so that based on that I can give you assignments.
Hey Buddies,

Here is your lesson-5 of this C programming Bootcamp.

Watch - https://youtu.be/my9t6gXjC3M

Make sure you watch it by today and you'll be getting your next lesson tomorrow.
Hey Buddies,

Here is your question for today.

Question: Which function is called the entry point function into your C program and Why ?

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
I am feeling so happy seeing the kind of enthusiasm you are showing towards learning.

Keep up the consistency in watching every lessons. Don’t forget to answer the question after watching the lesson, because, answer the question will help remember the concepts learned.
Also, do not hesitate to ask doubts in the comment section. Let the learning be interactive.
Hey Buddies,

Here is your lesson-6 on this C programming Bootcamp.

Watch - https://youtu.be/B8PfjGStA6s

Today's question - What is the meaning of Data Types, Constants and Variables ?

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies,

Here is your lesson-7 on this C programming Bootcamp.

Watch - https://youtu.be/Hn4l115WWAg

Today's question - What are the number systems supported in interger constants?

This is a quite tricky questions, let me see how many of you guys answer to this question.

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies,

Today’s session is very interesting about data types. Please post your answers for the question asked. Writing what you learned will keep those concepts in your mind for long time.

Writing may hardly take 2 minutes, but, it’s well worth the effort.
Subhash Programming Classes pinned «Hello buddy! India's most favourite programming trainer, Mr Subhash K U is organizing a *FREE 90-days Online C Programming Bootcamp* starting from *17 March 2021*. This is an amazing opportunity for all those students, working professionals, and other aspirants…»
Hey Buddies,

Here is your lesson-8 on this C programming Bootcamp.

Watch - https://youtu.be/iXdH8XpsL4c

Today's question - Explain the amount of memory allocated when variables are created using different data types with examples.

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies,

Here is your lesson-9 on this C programming Bootcamp.

Watch - https://youtu.be/2gDfZLItHBI

Today's question - What is the data ranges for the following types?

1. Unsigned short int
2. Signed short int
3. Unsigned long int
4. Signed long int
5. Signed char
6. Unsigned char
7. Double

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies, Happy Morning to all ! Complete watching all videos within these 90 days. After that, I am going to take you through the journey of advanced C programming interview series involving problem solving.
So, be on war foot and complete this series on a daily basis.
Hey Buddies,

Here is your lesson-10 on this C programming Bootcamp.

Watch - https://youtu.be/HGAYBaHBPqA

Today's question -

int main ( )
{
unsigned long int a = 25;
double b = 3.5;
char c = ‘5’;

/* use printf here */

}

Write the exact printf statement to get the following output on screen for the above code snippet.

Output: The value of c is 53, b is 3.500000, and a is 25

*Hint*: Use the right format specifier.

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies,

Here is your lesson-11 on this C programming Bootcamp.

Watch - https://youtu.be/-0E1CsvaEvI

Today's question - Write a simple C program to subtract two numbers.

Once you've completed watching today's lesson, give your answer for the above question in the comments section.

And, while answering the question, if you come across any doubts, also post them as well.
Hey Buddies, Very Good Morning. Very happy that you are commenting your programs. I have a suggestion for you. That is, when writing code start making a habit of writing comment lines where needed. You may feel simple programs may not need comment lines, but, over a period of time as the you start advance coding, comment lines will become crucial.

Once you start working in company, you will definitely thank me for this suggestion.