Computer Science, asked by itsmeaishu2000, 30 days ago

What will be the output of the following program?
1 #include <stdio.h>
2 int main() {
3
printf(3+" Andy");
4 return 0;
5 }​

Answers

Answered by kritirajwar1234
2

Answer:

It will show error in coding.

Similar questions