Choose Category
#include <stdio.h> int main(void){ printf("Hi %c %d %s", 'c', 10, "there!"); return 0; }