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
CodeWithHarry
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)
#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