Skip to content

keerthinayana/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

#include<stdio.h> void main() { int n; printf("enter a number"); scanf("%d",&n); printf("%d",n); getch(); }

#include<stdio.h> void main() { int t,i,x,d; printf("enter the number of testcases\n"); scanf("%d",&t); scanf("%d',&x); for(i=1;i<=x;i++) { printf("\n",x/d); } getch(); } #include<stdio.h> void main() { int t,n,m; printf("enter the number of test cases"); scanf("%d",&t); scanf("%d\n%d",n,m); if(m%n==0) printf("\nyes"); else printf("\nno"); getch(); }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors