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 id?
What are the two types of m files?
What is the point of closures?
What is dot notation?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What is a function file?
What is objective c good for?
What is protocol in objective-c?
How do I create a bridge header in objective c?
What is the principle distinction between the function calls and messages?
How to implement in app purchase in ios objective c?
What are objective c properties?