What is the difference between a script and function?
Answer / Ganesh Pratap Singh
A script is a series of instructions that perform a specific task when executed. It can be run standalone or called by another program. A function, on the other hand, is a self-contained section of code within a program that performs a specific task and can be called multiple times from different parts of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is differences between nsnull and nil in objective c?
How do I open .am files?
What is extern objective c?
How to create uibutton programmatically in objective c?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
How to print string in objective c?
What is dot notation?
Can you write setter method for a retain property?
What does it mean to be objective?
What is gcd?
What is the difference between method and type?
What is a delegate in objective c?