Which of the following format identifier can never be used for the variable var?
Posted: Wed Jul 13, 2022 7:54 pm
#include <stdio.h> int main() { char *var = "Advanced Training in C by Sanfoundry.com"; }
a) %f
b) %d
c) %c
d) %s
a) %f
b) %d
c) %c
d) %s