Posts

Showing posts from June, 2024
Image
Data Types, Variables and Input Output Data Types, Variables and Input Output Learn Although there are many data types in c, for now you only need to learn a few. These are int, float, double, char, long long int. You can learn more about them from the following resources. Link Note GeeksForGeeks Skip void. Anisul Islam Video number 13 to 32 Practice Try to solve the following problems. If you face difficulties or this is your first time solving problem on an online platform please refer here at first. Then if you can't solve it after trying for some time you can see the solution. But try first. Otherwise it won't be beneficial for you. Problem Link Hint/Note Solution

Start Here

Document Start Here 1. Editor Setup Considering you as newbies we are only going to suggest 2 editors (each) here. If you have any problems installing them then contact us . Until you've got some hands on experience it is better to stick with the first options in both cases. i. Offline Name Link Installation Codeblocks Download How to setup Visual Studio Code Download How to setup ii. Online Name Link Programiz Let's Code OnlineGDB Let's Code Hello World The typical first program... #include <stdio.h&g