Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Misc
8.8K+ articles
C++
4.3K+ articles
PHP
3.9K+ articles
C++ Programs
2.4K+ articles
Operating Systems
1.2K+ articles
TCS-coding-questions
136+ articles
Intellipaat
30+ articles
Functions
57 posts
Recent Articles
Popular Articles
Page Faults in LRU | Implementation
Last Updated: 09 September 2024
LRU uses the concept of paging for memory management. A page replacement algorithm is needed to decide which page needs to be replaced when the new page comes in. Whenever...
read more
Linked List
Operating Systems
GATE CS
Functions
JP Morgan
TCS-coding-questions
How to return local variables from a function in C++
Last Updated: 05 June 2023
In C++, returning a local variable from a function may result in an error due to the deallocation of variable memory after some value is returned from the function. But th...
read more
C++
Pointers
Arrays
Functions
Lambda Expressions vs Function Pointers
Last Updated: 01 October 2021
Function Pointer: A function pointer, or a subroutine pointer, or a procedure pointer, is a pointer that points to a function. In simple words, it is a pointer to the loca...
read more
Competitive Programming
C++ Programs
CS – Placements
C++
DSA
Pointers
Functions
fwrite() Vs write()
Last Updated: 05 May 2023
Overview:C has two sets of binary stream files for reading and writing in UNIX: fread() and fwrite(). fwrite() is a function that writes to a FILE*, which is a (possibly) ...
read more
C Language
Picked
Functions
linux
Discrete Fourier Transform and its Inverse using MATLAB
Last Updated: 04 July 2021
With the advent of MATLAB and all the scientific inbuilt that it has brought, there's been a significant change and simplification of sophisticating engineering scenarios....
read more
Software Engineering
Functions
MATLAB
What will happen if a Function is tried to return more than one value at a time?
Last Updated: 21 July 2022
Prerequisite: How to return multiple values from a function in C or C++?There are often cases of using return statements while dealing with function calls. Generally, only...
read more
C/C++ Puzzles
C Programs
C++ Programs
Data Structures
GeeksQuiz
Quizzes
DSA
Program Output
return
Functions
What will happen if a print() statement is written inside a if() such as if(print())
Last Updated: 13 September 2021
Pre-requisite: if-elseThis article focuses on discussing what happens when the print statement is used inside the if-else conditional statement.For example: Consider the b...
read more
C/C++ Puzzles
C Programs
C++ Programs
Data Structures
GeeksQuiz
Programming Language
C Language
C++
DSA
Program Output
loop
Functions
strings
Fastest way to duplicate an array in JavaScript
Last Updated: 16 January 2024
Multiple methods can be used to duplicate an array in JavaScript.The fastest way to duplicate an array in JavaScript is by using the slice() Method. Let us discuss some me...
read more
Technical Scripter
JavaScript
Web Technologies
Picked
Android
Technical Scripter 2022
Functions
Algorithms-InsertionSort
Scala-Arrays
TCS-coding-questions
JavaScript-Questions
Derived Data Types in C
Last Updated: 06 September 2023
Data types in the C language can be categorized into three types, namely primitive, user-defined, and derived data types. In this article, we shall learn about derived dat...
read more
C Language
c-array
C Basics
C-Pointers
Pointers
Arrays
C-Functions
Functions
References
Arrays for Competitive Programming
Last Updated: 21 May 2024
In this article, we will be discussing Arrays which is one of the most commonly used data structure. It also plays a major part in Competitive Programming. Moreover, we wi...
read more
Linked List
C/C++ Puzzles
Competitive Programming
Android
DSA
Arrays
Intellipaat
Functions
Algorithms-InsertionSort
TCS-coding-questions
Java-Modifier
Volkswagen IT Services
Python numpy-Random
ASP-Properties
Even and Odd Functions | Definition, Graph and Examples
Last Updated: 18 February 2025
Functions can be categorized into Even and odd functions based on their symmetry along the axes. Even Functions: An even function remains unchanged when its input is negat...
read more
Picked
Mathematics
School Learning
Relations and Functions
Functions
Maths
Logarithmic Function
Last Updated: 07 June 2025
Logarithmic functions are referred to as the inverse of the exponential function. In other words, the functions of the form f(x) = logbx are called logarithmic functions w...
read more
Picked
Mathematics
School Learning
Functions
Tangent Function
Last Updated: 30 May 2024
Tangent Function: Trigonometric function tan(x) is called a tangent function it is one of the main six trigonometric functions and is generally written as tan x. The tange...
read more
Picked
Mathematics
School Learning
Functions
Geometry
Helper Function in C++ Classes
Last Updated: 06 June 2024
In C++, the users can keep their class methods organized and readable with the help of private helper functions. Helper functions are utility functions that are only acces...
read more
C++ Programs
C++
Picked
CPP-Functions
cpp-class
Functions
CPP Examples
Function in Maths
Last Updated: 07 April 2025
A function in math is like a machine that takes an input, does something to it, and gives a specific output. For each input, there’s exactly one output. It’s a rule that c...
read more
Mathematics
School Learning
Functions
Maths
Math Tutorials
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !