Telegram Group 🔥🔥🔥
Get answers in minutes
Questions answered :
48
/50
Answer verified
What will be the output of the program (Turbo C in 16 bit platform DOS)
#include<stdio.h>
#include<string.h>
int main()
{
char *str1 = "India";
char *str2 = "BIX";
char *str3;
str3 = strcat(str1, str2);
printf("%s %s\n", str3, str1);
return 0;
}
🗓 Dec 6, 2021
-
-
-
-
votes
Sanket
🌐 India
Thanks, I will pass in exam now :)
votes
Allison
🌐 India
Cool if had answer
Was your question answered?
Thanks for the feedback! ✅
Want to get famous? 📸
Answer question and get 🤩 high-lighted on our homepage.