Call by Reference

  • C

C Programming: Arrays, Pointers and Functions

In today's video tutorial lets learn more about arrays and pointers, and how we can use them with functions. Note:…

4 years ago
  • C

C Program To Swap Two Numbers using Pointers

Lets write a C program to swap 2 numbers using pointers and function. When we call the function, we pass…

4 years ago