Tag: C interview questions
C interview questions, These are very important interview questions specially for experienced as well freshers.
Q94 What is volatile variable in C? Where we use volatile variable?
volatile variable in c Volatile is a qualifier that is applied to a variable when it is declared. It tells
Q90 What is bit field in C?
Bit fields in C In order to save the memory bits are packed in integer is called bit fields. In