PDA

View Full Version : if we have a program to check, how we can tell how many function it is using and it



sana.pari
04-24-2011, 06:26 PM
Subject: function in program
Dear Sir,

1. Q: if we have a program to check, how we can tell how many function it is using and it returns a value or not? Do we have any easy to recognize a function?

Support
04-24-2011, 06:26 PM
Dear student!
Program is an organized way of different functions. For this, you need to know syntax rules (how to declare a function) as function declaration contains return type. As well as you can easily count number of functions by counting function declarations. Learning syntax rules is most important.