Welcome to My New Blog
-
Featured
My First Blog Post
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
-
Types of Function calls in C
Functions are called by their names. If the function does not have any arguments, then to call a function you can directly use its name. But for functions with arguments, we can call a function in two different ways, and these two ways are: Call by Value Call by Reference Call by Value Calling a… Read more
-
Type of User-defined Functions in C
In this tutorial, we will learn about the different types of user defined functions in C and the concept of Nesting of functions which is used in recursion. There can be 4 different types of user-defined functions, they are: Function with no arguments and no return value Function with no arguments and a return value… Read more
Follow My Blog
Get new content delivered directly to your inbox.