Skip to main content

Posts

Future of Computer Science and Information Tech

Hey There,                    How are you, Are you a Part of Computer Science Engineer and Thinking about Future of Computer Sciences, then you are at the right place just follow along. According to Wikipedia Computer Science defines AI research as the study of "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of successfully achieving its goals. A more elaborate definition characterizes AI as "a system's ability to correctly interpret external data, to learn from such data and to use those learnings to achieve specific goals and tasks through flexible adaptation" Source: https://en.wikipedia.org/wiki/Artificial_intelligence The Subject "Artificial Intelligence" Computer Sciences is the Most Popular Subject nowadays it consists a Variety of areas including 1. Cognitive Computing 2. Computer Vision 3. Machine Learning 4. Neural Networks 5. Deep Learning 6. Natural Language Processi

Programming Languages You Must Learn

Source: http://Themmit.com Hey There, You Must have Heared of a Lot of Websites Saying "Best Programming Languages to Learn in 2018", "The 7 Most In-Demand Programming Languages of 2018", " Best 10 Programming Languages to learn in 2018", The Truth is There are no Such Programming Languages, However there are some very Popular Languages to Learn in Specific Fields, and Today we are going to Reveal All of them. For Beginners You Should Start Learning C, C++ as these are can do foundation work and then Moving on to the Specifics. 1. For Web: One Can Start With HTML,CSS and Javascript to be Simple, as these would help you enhance your Web Development Skills. Moving on One Can Learn Angular.js which is the Most Popular Javascript Development Framework for Developing UI. 2. For Server Side: Once You Learn Javascript, Node.js is a better Framework for you to start off towards the server side of things. 3.For Mobile App Development: I

Thought Change

Dear Reader,                       We are changing the way we deal with Blogs, We Understand that it is a Little Late But we will be Adding More Blogs Soon, Till Then Keep Reading. Regards, Team CFB Follow us on the following platforms:      Facebook at :   facebook.com/Code-Forum-Blogs-627758557362138       YouTube at :  youtube.com/channel/UCVI187rIIBQLxQTp9gN1c6Q?view_as=subscriber       Google+  at :  plus.google.com/u/0/109055425984087943391       Twitter  at :  cfb.twitter.com     Medium at :  medium.com/@codeforumblogs            For Queries , Questions and Recommendations mail us at : codeforumblogs@gmail.com

32 Keywords of C

Hi There,              The meaning of Keyword is  A Word of Great Significance, These are special kind of words which are reserved for a special use case. C Programming has 32 keywords. Lets see them Keywords auto double int struct break else long switch case enum register typedef char extern return union const float short unsigned continue for signed void default goto sizeof volatile do if static while All of them are reserved in C programming , One while writing a C Program cannot use them for declaring custom variables or function names or any data structures like array or struct. We will dive deeper for the following in the Upcoming Blogs, That's it for now. Stay Connected For More! Follow us on the following platforms:      Facebook at :   facebook.com/Code-

Joined hands with Medium

Hi There,                We are happy to Announce that we have Joined hands with Medium.com Too.  You can find us at :  https://medium.com/@codeforumblogs Image Source: Flickr Stay Connected for More! Follow us on the following platforms:      Facebook at :   facebook.com/Code-Forum-Blogs-627758557362138       YouTube at :  youtube.com/channel/UCVI187rIIBQLxQTp9gN1c6Q?view_as=subscriber       Google+  at :  plus.google.com/u/0/109055425984087943391       Twitter  at :  cfb.twitter.com     Medium at :  medium.com/@codeforumblogs            For Queries , Questions and Recommendations mail us at : codeforumblogs@gmail.com

The Father of All the Programs

Hey There, We are Happy to Announce that we would be explaining the First Ever Computer Program Which is so Famous,That it has became " The Father of All the Programs " and what is it For , Let's Find Out. So the First Program we would be explaining to you in a brief description would be in a C programming environment, If you want to gain more insights you can read our previous blog The Big Myth: I need to be a Hardcore Mathematician to be a great programmer So Let's Begin, 1: #include<stdio.h> 2: #include<conio.h> 3: void main() 4: { 5: printf("Hello World!"); 6: } Let us dissect the program written above The 1st two lines act Like a dictionary for a program the names inside the angular brackets are the names of header files (.h behind a file name denotes its a header file). The first header file stdio.h stands for Standard Input/Output The second one conio.h works for Console Input/Output The # character

Master the Art of Programming with CFB

Hi There,                Have you ever thought of making a software and you're worried about how to go around it , Don't worry we are here. Code Forum Blogs is an Exclusive community where you can discuss your ideas about programming and latest tech revolving around it. We share ideas and discuss with people. Stay Connected For More. Follow us on the following platforms:      Facebook at :   facebook.com/Code-Forum-Blogs-627758557362138       YouTube at :  youtube.com/channel/UCVI187rIIBQLxQTp9gN1c6Q?view_as=subscriber       Google+  at :  plus.google.com/u/0/109055425984087943391       Twitter  at :  cfb.twitter.com      For Queries , Questions and Recommendations mail us at : codeforumblogs@gmail.com