write a program to find the size of long int,int,long double using operator sizeof
Answers
Answered by
0
Answer:
def ab(v):
return sizeof(v)
a = input("enter value: ")
b = ab(a)
print(b)
Explanation:
MARK AS BRAINLIEST
Similar questions
Math,
3 months ago
Computer Science,
6 months ago
Math,
6 months ago
Math,
11 months ago
Hindi,
11 months ago