#define str "TCS" ## "Hyd" main() { printf(str); }
compilation error
TCS Hyd
runtime error
non of above