What is the default value of local and global variables in C Programming?
Local variables get garbage value and global variables get a value 0 by default.