-
Monisha M wrote a new item 2 years, 5 months ago
The C programming language is a procedural and general-purpose language that provides low-level access to system memory. A program written in C must be run through a C compiler to convert it into an executable […]
-
Monisha M wrote a new item 2 years, 5 months ago
Syntax error I/O error Attritbute error
-
Monisha M started the topic Excel in the forum Microsoft Excel 2 years, 5 months ago
We can use the name for the cell Ranges instead of the cell reference (such as A1 or A1:A10). We can create a named range for a range of cells and use then use that name directly in the Excel formulas. When we have huge data sets, Excel-named ranges make it easy to refer (by directly using a name to that data set).
-
Monisha M started the topic C programming in the forum C Programming 2 years, 5 months ago
C Program to Add Two Integers
In this example, the user is asked to enter two integers. Then, the sum of these two integers is calculated and displayed on the screen.To understand this example, you should have the knowledge of the following C programming topics:
C Data Types
C Variables, Constants and Literals
C Input Output (I/O)
C Programming…[Read more] -
Monisha M wrote a new item 2 years, 5 months ago
C Program to Add Two Integers In this example, the user is asked to enter two integers. Then, the sum of these two integers is calculated and displayed on the screen. To understand this example, you should […]
