object intospection

 a="harish"

print(type(a))
print(id(a))
print(dir(a))

Comments

Popular posts from this blog

Steps taken by a compiler to execute a C program

Tokens in C

Variables and Data Types in C