Cbasic
Top 115 C Programming Interview Questions & Answers
1. What does static variable mean? Ans: Static variables are the variables which ke…
Structures provide a way to group a set of related variables of diverse types into a single unit of memory. The structure as a whole can be reference…
Read more »»»In C, a string is not an intrinsic type. A C-string is the convention to have a one-dimensional array of characters which is terminated by a null-cha…
Read more »»»
Cbasic
1. What does static variable mean? Ans: Static variables are the variables which ke…