Computer Science, asked by avanthikaavi7175, 1 year ago

How do you define constant PI with value 3.142 in PHP ?

Answers

Answered by sarveshkumar83
3

A function is a reusable piece or block of code that performs a specific action. Functions can either return values when called or can simply perform an operation without returning any value. PHP has over 700 functions built in that perform different tasks.

Similar questions