Freelancer Hridoy :: Programmer, Youtuber, Android App Developer & Social Entrepreneur

Today you are reader tomorrow you will be a leader!

Trending
Better Technology, Better Life

Monday, August 27, 2018

C "Hello, World!" Program | Explanation of hello world program in c

thumbnail C "Hello, World!" Program | Explanation of hello world program in c Introduction – “hello, world” This is an exercise for creating your very first Alice program. This exercise is good for creating you very first computer program or your very first computer program in Alice. You may want to reference the lesson Programming in Alice or the Code Editor How to resources. These materials can be downloaded and printed for offline use from Alice.org The History …

Read more »

Variable Declarations in C programming

thumbnail A variable is nothing but a name given to a storage area that our programs can manipulate. Each variable in C has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memory; and the set of operations that can be applied to the variable. The name of a variable can be composed of letters, digits, and the underscore character. It must begin with either a letter or an underscore. U…

Read more »

জাফলং সিলেট। প্রকৃতির কন্যা জাফলং। জাফলং জিরো পয়েন্ট। Jaflong Sylhet। ...

thumbnail

Read more »

সালমান শাহ কবর সিলেট/ SALMAN SHAH GRAVE IN SYLHET | নায়ক সালমান শাহের ক...

thumbnail

Read more »

Sylhet Tea Garden/বাংলাদেশ সিলেটের চা বাগানের অপূর্ব দৃশ্য | সিলেটের চা ...

thumbnail

Read more »

Wednesday, August 22, 2018

Datatypes in C Programming

thumbnail Datatypes in C Programming Datatypes in C Program DATA TYPES  C supports several different types of data, each of which may be represented differently within the computer’s memory. The basic data types are listed below. Typical memory requirements are also given. (The memory requirements for each data type will determine the permissible range of values for that data type. Note that the memory requirements for each data type may vary from one C compiler to…

Read more »

TYPES OF PROGRAMMING LANGUAGES

thumbnail  TYPES OF PROGRAMMING LANGUAGES   TYPES OF PROGRAMMING LANGUAGES  There are many different languages can be used to program a computer. The most basic of these is machine language--a collection of very detailed, cryptic instructions that control the computer’s internal circuitry. This is the natural dialect of the computer. Very few computer programs are actually written in machine language, however, for two significant reasons: First, because machine lan…

Read more »

Monday, August 20, 2018

c vs c++

thumbnail c vs c++ Before concluding this chapter, a few words about C++ are in order. Newcomers are sometimes confused about what C++ is and how it differs from C. In short, C++ is an object-oriented programming language that was built upon the foundation of C. In general terms, C is a subset of C++, or conversely, C++ is a superset of C. In general, you can use a C++ compiler to compile a C program. In fact, today most compilers handle both C and C++ programs. Th…

Read more »

Compilers vs. Interpreter in C programming

thumbnail Compilers vs. Interpreters It is important to understand that a computer language defines the nature of a program and not the way that the program will be executed. There are two general methods by which a program can be executed. It can be compiled, or it can be interpreted. Although programs written in any computer language can be compiled or interpreted, some languages are designed more for one form of execution than the other. For example, Java was de…

Read more »

Page 1 of 7123...7Next Page

Today you are a reader tomorrow you will be a leader!

Above