Featured
-
No Featured Found!
Tags
Pass Structure as a function Argument in C
To Pass the Structure as a function Argument we just need to Create the Object of the Structure and pass it as a argument to the funtion .
#include<stdio.h>
#include<conio.h>
struct anp//Name of the structure
...