Page 1 of 1

Which of the following format identifier can never be used for the variable var?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
#include <stdio.h> int main() { char *var = "Advanced Training in C by Sanfoundry.com"; }
a) %f
b) %d
c) %c
d) %s