hey Jaganathan Bantheswaran,i tried stdio header file bt its giving an error "declaration not found".can u give me its solution please...
#include <stdio.h> int main(void){ char str[80]; sprintf(str,"%s %d %c", "one", 2, '3'); printf("%s", str); }
O/P:one 2 3