Which is the correct form of a string declaration?
A. str employee[20]; B. str [20]employee; C. char [20]employee; D. char employee[20];
Which of the following is a function in C?
A. Main B. Printf C. Scanf D. None of the above
Which of the following keywords is used to declare a structure?
A. default B. struct C. structure D. static