1.

Which of the following format identifier can never be used for the variable var? int main() { char *var = "Advanced Training in C by AllIndiaExams.com"; }

A. %f
B. %d
C. %c
D. %s
Answer» B. %d


Discussion

No Comment Found