Computer Science, asked by geethasravya7323, 9 months ago

what happens if
you try to compile and run this program
#include <stdio.h>
#include <String.h>
int main (void) {
char s [5] = "ABC";

strcat (s + 1, "ABC");
printf("%d", s[0] -s[1]);
return;
}​

Answers

Answered by yadavarayan01
3

Answer:

sir please follow me i will mark you a brainlist

Similar questions