Subhash Programming Classes
1.75K subscribers
2 photos
1 video
29 links
Coding Beyond Curriculum 🌟
Download Telegram
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.
Hey Buddies,

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

Watch - https://youtu.be/R0nqGpHUank

Today's question - Write a simple C program to subtract two float 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, In today’s lesson you will learn a very important thing. So, make sure you watch it carefully and post your doubts in the comment section.
Hey Buddies,

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

Watch - https://youtu.be/osd4AD5pK1Y

Today's question - Write a program to subtract one integer from another float

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-14 on this C programming Bootcamp.

Watch - https://youtu.be/UAvWE2rp0Kc

Today’s question: What is the difference between compiler error and compiler warning? Write it in your own words.

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-15 on this C programming Bootcamp.

Watch - https://youtu.be/EK0evBdKOsc

Today’s question: Write the difference between compiler time error, logical error and run time error with examples in your own descriptive words.

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-16 on this C programming Bootcamp.

Watch - https://youtu.be/sHqcKokR05o

Today’s question: What are keywords and how many keywords are there in C ?

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.
How are the C programming video lessons till date ?
Anonymous Poll
12%
Difficult To Follow And Not Understanding
88%
Easy To Follow And Cleary Understanding
Hey Buddies,

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

Watch - https://youtu.be/m71zPBunJNk

Today’s question: What are the different rules to be followed while naming 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-18 on this C programming Bootcamp.

Watch - https://youtu.be/_nEWoO5N40k

Today’s question: What are the various operators supported in C?

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-19 on this C programming Bootcamp.

Watch - https://youtu.be/VFHZqtED1zo

Today’s question:

Question-1. List the priority and associative of all arithmetic operators in C
Question-2: What is the difference between division and modulo operator
Question-3: Solve the expression given as assignment in the video.

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-20 on this C programming Bootcamp.

Watch - https://youtu.be/xH_g9m6-eMA

Today’s question:

1. What are relational operators?
2. List the priority and associative of relational operators in C.
3. Solve the expression given as assignment in the video lesson.

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, Many people have given wrong answers for yesterday’s assignment expression. Please solve it once on paper, and then try it on your computer and post answers once again.
Hey Buddies,

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

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

Today’s question:

1. What are logical operators?
2. List the priority and associative of logical operators in C.
3. Solve the expression given as assignment in the video lesson.

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-22 on this C programming Bootcamp.

Watch - https://youtu.be/J7W0bw57XKs

Today’s question: Which bitwise operator is used to mask a bit and which bitwise operator is used to unmask a bit?

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.
If you want to crack any C interview, then, you have to be good at Bitwise Operators, Pointers and Strings.

Go through today’s lesson fast. Tomorrow I am going to share a very important interview question based on Bitwise operators, so be ready with Bitwise operators.
Hey Biddies, if you have watched yesterday’s video, then, check with. Very important question that I have solved. It’s a very important question
Program to find out whether a given number is power of two or not