#c
Read more stories on Hashnode
Articles with this tag
Question 1: #include<stdio.h> int main() { printf("%d", sizeof('a')); return 0; } Explanation: The sizeof operator in C returns the size in...