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
Sierra
🌐 India
hmm, where is the explanation
votes
Abigail
🌐 India
Please please explain this answer to me
Was your question answered?
Want to get famous? 📸
Answer question and get 🤩 high-lighted on our homepage.