Which of the following format identifier can never be used for the variable var?
#include int main(){ char *var = "The quick brown fox jumps over the lazy dog";}
#include int main(){ char *var = "The quick brown fox jumps over the lazy dog";} 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";} Correct Answer %f
মোঃ আরিফুল ইসলাম
Feb 20, 2025