-
Shathana. S.R. wrote a new item 2 years, 6 months ago
A function, which has a function definition prefixed with a static keyword is defined as a static function. The static function should be called within the same source code.
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
When there is a pointer pointing to a memory address of any variable, but after some time the variable was deleted from the memory location while keeping the pointer pointing to that location is known as a […]
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
The words that are a part of the standard C language library are called reserved words. Those reserved words have special meaning and it is not possible to use them for any activity other than its intended […]
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
There are two possible methods to perform this task. Use increment (++) and decrement (-) operator. Example: When x=4, x++ returns 5 and x- returns 3. Use conventional + or – sign. Example: When x=4, use x […]
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
The mistakes/errors that occur while creating a program are called syntax errors. Misspelled commands or incorrect case commands, an incorrect number of parameters in calling method /function, data type […]
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
Int – Represent the number (integer) Float – Number with a fraction part. Double – Double-precision floating-point value Char – Single character Void – Special purpose type without any value.
-
Shathana. S.R. wrote a new item 2 years, 6 months ago
Portability: It is a platform-independent language. Modularity: Possibility to break down large programs into small modules. Flexibility: The possibility of a programmer to control the language. […]
-
Shathana. S.R. started the topic nearbyint() in C++ in the forum C++ 2 years, 6 months ago
It was good to learn.
-
Shathana. S.R. started the topic log1p() in C++ in the forum C++ 2 years, 6 months ago
It was easy to learn.
-
Shathana. S.R. started the topic remquo() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the remquo() in C++ function in this tutorial.
-
Shathana. S.R. started the topic sqrt() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ sqrt() in C++ function in this tutorial.
-
Shathana. S.R. started the topic cbrt() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ cbrt() in C++ function in this tutorial.
-
Shathana. S.R. started the topic nextafter() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ nextafter() in C++ function in this tutorial.
-
Shathana. S.R. started the topic nexttoward() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ nexttoward() in C++ function in this tutorial.
-
Shathana. S.R. started the topic hypot() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ hypot() in C++ function in this tutorial.
-
Shathana. S.R. started the topic fmax() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ fmax()in C++ function in this tutorial.
-
Shathana. S.R. started the topic fdim() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ fdim() in C++ function in this tutorial.
-
Shathana. S.R. started the topic fabs() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn about the C++ fabs() function in this tutorial.
-
Shathana. S.R. started the topic abs() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn how to manage abs() in C++.
-
Shathana. S.R. started the topic fma() in C++ in the forum C++ 2 years, 6 months ago
With the help of examples, I learn how to manage fma() in C++.
- Load More
