Answers for "#include<stdio.h> main () { int a; printf("Enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }"

0

#include<stdio.h> main () { int a; printf("Enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }

#include<stdio.h>
main ()
{
	int a;
	printf("Enter the number:");
	scanf("%d",&a);
	printf("the number was:",a);
	return 0;
	
}
Posted by: Guest on April-26-2021

Code answers related to "#include<stdio.h> main () { int a; printf("Enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }"

Browse Popular Code Answers by Language