Category: General

How long is a shark pregnant?

Sharks typically give birth after 11–12 months of pregnancy, but some, such as the frilled shark, are pregnant for more than three years.Sharks typically...

Is extern a keyword in C?

Extern is a keyword in C programming language which is used to declare a global variable that is a variable without any memory assigned to it. Is extern ...