Thứ Bảy, 6 tháng 5, 2017

Lesson 5: C Program to Find ASCII Value of a Character

In C programming, a character variable holds ASCII value (an integer number between 0 an 127) rather than character itself. You will learn how to find ASCII value of a character in this program.

ASCII value of a character

Thứ Tư, 3 tháng 5, 2017

Lesson 4: C Program to Multiply two Floating Point Numbers


In this program, user is asked to enter two numbers (floating point numbers). Then, the product of those two numbers is stored in a variable and displayed on the screen.
Multiplication of two number

Thứ Hai, 1 tháng 5, 2017

Lesson 3: C Program to Add Two Integers

In this program, user is asked to enter two integers. Then, the sum of those two integers is stored in a variable and displayed on the screen.

Addition in Programming

Chủ Nhật, 30 tháng 4, 2017

Lesson 2: C Program to Print an Integer (Entered by the User)

In this program, integer entered by the user is stored in a variable. Then, that variable is displayed on the screen using printf() function.

Display data entered by the user

Thứ Sáu, 28 tháng 4, 2017

First lesson: C "Hello World!" Program

A simple C program to display "Hello, World!" on the screen. Since, it's a very simple program, it is often used to illustrate the syntax of a programming language.
C program to print

Thứ Năm, 27 tháng 4, 2017

All Step For Coding C/C++ By Visual

C/C++ support for Visual Studio Code is provided today as a preview of our work to enable cross-platform C and C++ development using VS Code on Windows, Linux, and Mac. Our focus in this preview release is code editing and navigation support for C and C++ code everywhere that VS Code runs, as well as debugging on Linux, Mac, and Windows.

If you just want a lightweight tool to edit your C++ files, VS Code has you covered but if you want the best possible experience for your existing Visual C++ projects or debugging on Windows, we recommend you use a version of Visual Studio such as Visual Studio Community.
We're still shaping the C++ experience in VS Code so now is a great time to provide bug reports, feature requests, and feedback, and for those of you who use Linux or Mac as your development environment, to get engaged with the Visual Studio team.