Computer Science, asked by maddineniniharika200, 3 months ago

39
what is the output of the below program
#include <stdio.h>
#include <string.h>
int main()
{
char a[100] = ""ZenQ"";
char b[180];
zen(b, a);
printf(""Before:%s"", a);
printf(""After:%s"", b);
return 0;
}
void zen(char b[], char a[])
{
int c = @;
while (a[s] != '\0')
{
b[c] = a[c];
CH;
}
b[c] - '10":
}​

Answers

Answered by JKaur666
0

its the wrong or invalid Question

Similar questions