object intospection

 a="harish"

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

Comments

Popular posts from this blog

Tokens in C

Steps taken by a compiler to execute a C program

Variables and Data Types in C