Function : Types
Function Types
There is two types of Function
1.User Defined2.Buildin Function
//Temprory Code
main()
{........
........
fun1();
fun2();
}
fun1()
{....
}
fun2()
{....
}
Comments
Post a Comment