Guide For First Year Students

Guide for B-tech First-year Student’s of any Department CSE, IT, ECE and others. 

Hey, there is you are a Freshers/First-year Student and you don’t know from where you can get quality resources for Programming, projects to work on and Some wonderful Workspace. Then, this article is for you. 

 

In this article, I’ll be helping you find the best resources to learn C and C++ Languages also. I’ll be providing you some projects code, a workspace where you can code and learn with others freshers and showcase your talent.

So, I assume that you all are new to programming and you are aiming to do a lot through programming. During the first year of Collage, you will be learning C programming than C++ as a basic language. From 2nd year (3rd semester) of your collage institute will focus on your specialization such as Machine Learning, Artificial Intelligent, IoT, Cloud Computing and Lots more.

But, For now, you must have to focus on learning C and C++. Here down below I am adding some resources which can help you learn C basic. *Note: Once you master the basic, you can master the code. other then Resources I'll also add Workspace where you can learn with Freshers. 

 

C Language Into : C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. C programming is an excellent language to learn to program for beginners.


Resources For Learning C Language

  • Programiz.com


It is Wonderful Platform which help you learn all the basics of C languages with easy and simple examples. The UI of this Program is so simple that you will not get bored while learning. Programiz also as Online compiler allows you run your code in the same tab at the time of learning or the another advantage of this feature is suppose you are out of your home or anywhere and you don't have your laptop still you can continue learning C through their website and Compiler. 
You can also download their App from Play Store and App Store. 
 
App Link: Android and IOS
 
 
  •  CodeWithHarry


 CodeWithHarry is a YouTube Channel which is almost all about programming. This channel has helped most of student to learn and master C Programming basics. So, here I am recommending you this channel for C and if you like you can go for other languages of course. 
 
From Channel: Code With Harry is my attempt to teach basics and those coding techniques to people in short time which took me ages to learn. At Code With Harry, I provide a quick and to the point demo along with resources of anything and everything I teach. Source code and other resources are hosted on my website CodeWithHarry.com. I provide source code(if any) in the description of every video. Quality programming videos in Hindi :)
 
 
 
Now, as I discussed earlier about workspace and Some Projects. So, I am mentioning it below.
This Workspace is formed by @PrashantKumar and @RahulKumarGupta.
  
 
Project for Beginners: This was just a random project and I have written a very basic code using loop and switches. Now, I am planning to make this project more realistic using whole C language. 
 
I am pasting down the code below. It may encourage you to join our workspace.
 
Question: WAP (Write a Program).
You have to go somewhere and you are at the airport.
You missed your flight and now you have no time to go some other day.
So, you are filtering 3 or 4 fight to book a ticket.
Also you have to display your missed flight or departure and your upcoming flight.
(using your knowledge till now) 
 
Program:  
 

 #include <stdio.h>
#include <stdlib.h>


int main()
{
int PNR, REPLY, AGE, PRICE, DONATE, UPI[20], DATE, FLIGHTA, FLIGHTB;
char NAME[20], LNAME;
float total;
printf("\n\n*** Welcome To The Virtual Airport ****\n\n");


//FLIGHT PATTERNS STARTS HERE//
printf(" * *\n");
printf(" ** **\n");
printf(" *** ***\n");
printf(" *****************************\n");
printf(" ***************AIR*************D\n");
printf(" *****************************\n");
printf(" ****\n");
printf(" ***\n");
printf(" **\n");
 


Here I have added just a few lines of code to keep this page clean. But, you can visit the whole code from here: VAirport on GitHub

Join Us on Linkedin as: Prashant Kumar  and Rahul Kumar Gupta

 

 

*Note: The channel or the website is not owned by us and also we are not getting paid for promoting this website and channel.

 

No comments:

Post a Comment