- 1
Write a program to print table 5 on c
#include <stdio.h> int main() { int i = 5; printf("enter a num to make a table in c"); scanf("%d,&i"); for ("i= 1; i<=10"; c++) { printf ("\n,%d*%d=%d,5,i,5*i"); } return 0; }
1 Answer
+ 1
Aasheesh Verma
Double quotes is used for String.
input statement is wrong
loop is wrong
print statement is wrong
Learn about C syntaxes