Home

Welcome to My New Blog

  • My First Blog Post

    17th Jul 2019 by

    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

    19th Apr 2020 by

    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

    18th Apr 2020 by

    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

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started