A. Performs integer division and returns the integer part. इन्टिजर डिवीज़न करता है और इन्टिजर पार्ट रिटर्न करता है।
B. Performs normal division and returns a float. नॉर्मल डिवीज़न करता है और एक फ़्लोट रिटर्न करता है।
C. Performs modulus operation. मॉडुलुस ऑपरेशन करता है
D. Performs exponential calculation. एक्सपोनेंशियल कैलकुलेशन करता है.
Correct Answer is :
A. Performs integer division and returns the integer part.