Sen Computing
An web portal of computing and informatics
Pages
(Move to ...)
Home
About
Contact
▼
Saturday, 8 June 2019
Roman Number
›
Roman number was introduced and used by Roman people. There is no zero(0) symbol in roman number. The chart of roman numerals : I -1 ...
Wednesday, 2 January 2019
Variables in C
›
In programming, we actually work with some data. Suppose we are going to add two numbers 3 and 5. So, where are we going to store this valu...
Monday, 31 December 2018
C Data type
›
The word data type tells that it describes the type of data. We haven't yet studied variables, functions etc. Data type is used there...
Keywords and Identifiers of C Language
›
Identifiers : Identifiers are names that are given to various program elements, such as variables, functions and arrays. These are user-...
Sunday, 30 December 2018
C Character Set
›
Character set is important for any computer languages because this character is understood by the compiler. To write a program, we code, ...
Saturday, 29 December 2018
C Program Structure
›
C is structured. So, it is modular and the modules are function, i.e. the modules are called function. One of the functions must be call...
›
Home
View web version