| S.No | Function ID | Function Name | Category | Description |
|---|---|---|---|---|
| 1 | 000008 | abs() | php | Returns the absolute (positive) value of a number. |
| 2 | 000009 | ceil() | php | Rounds a number up to the nearest integer. |
| 3 | 000002 | charAt() | java | Returns the character at the specified index (position) |
| 4 | 000003 | concat() | java | Appends a string to the end of another string |
| 5 | 000010 | decbin() | php | Converts a decimal number to binary. |