Computer Science, asked by parthana08, 5 hours ago

#include<stdio.h>
int main()
{
printf(“Namaskar! \n I am from Dibrugarh. \n I read in St.xavier's
School.”);
return 0;
}
What will be the output of above program?​

Answers

Answered by abhinaba76
0

Answer:

#include<stdio.h>

int main()

{

printf(“Namaskar! n I am from Dibrugarh. n I read in St.xavier'school.”);

return 0;

}

Attachments:
Similar questions