Function with no Prototype December 14, 2012 Get link Facebook X Pinterest Email Other Apps A C Function can be created without specifying any prototype Use the following function: int fuctionname(int n) { //body of the function. } Comments
Comments
Post a Comment