‹ Back to the paper
How many bytes of data is passed when `public void stu_data(int, double, char)` is invoked?
Answer
Answer
AI14 bytes are passed: int = 4 bytes, double = 8 bytes and char = 2 bytes, so 4 + 8 + 2 = 14 bytes in all.
From ISC Computer Science - Competency Focused Practice Questions (CISCE, August 2024), question 33.