what will be the output of following program
#include <stdio.h>
#include <conio.h>
#include <dos.h>
int main()
{
struct date d;
getdate(&d);
printf("Current system date: %d/%d/%d", d.da_day, d.da_mon, d.da_year);
getch();
return 0;
}
Answers
Answered by
2
Hey buddy your code is showing the following output:
File "main.py", line 5
int main()
^
SyntaxError: invalid syntax
Attachments:
Answered by
21
Answer:
sorry Didi
lekin block kyu Kiya yrrr.... koi galti ho gayi Kya..?
Similar questions