Computer Science, asked by padhytanmayee, 4 months ago

write a program to find the size of long int,int,long double using operator sizeof ​

Answers

Answered by Anonymous
0

Answer:

def ab(v):

 return sizeof(v)

a = input("enter value: ")

b = ab(a)

print(b)

Explanation:

MARK AS BRAINLIEST

Similar questions