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
Business Studies,
2 months ago
Music,
2 months ago
Computer Science,
4 months ago
Math,
4 months ago
Math,
9 months ago
Hindi,
9 months ago