Examveda

Which of the following format identifier can never be used for the variable var?
#include <stdio.h>
int main()
{
    char *var = "The quick brown fox jumps over the lazy dog";
}

A. %f

B. %d

C. %c

D. %s

Answer: Option A


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals