Function : Types

Function Types

There is two types of Function

1.User Defined 
2.Buildin Function
 
//Temprory Code
main()
{........
........
fun1();
fun2();
}
fun1()
{....
}
fun2()
{....
}

Comments

Popular posts from this blog

Speech Emotion Recogination