Which of the following format identifier can never be used for the variable var?
#include stdio.h
int main()
{
char *variable = "sookshmas";
}

Posted on by