Computer Science, asked by yesh123, 10 months ago

What is the output of this program? 

#include<stdio.h>

int main()

{

char a[2][3][3] = {'g','e','e','k','s','q','u','i','z'};

sprintf("%s ", **a);

return 0;

}

Select one:
a. Runtime Error
b. geeksquiz
c. Compiler Error
d. geeksquiz followed by garbage characters​

Answers

Answered by BrainlyTornado
0

Answer:

output is the result of a program

Similar questions