#include<stdio.h>
int main()
{
int a = 100;
printf("the value of integer of a is %d",a);
getchar();
return (0);
}
int main()
{
int a = 100;
printf("the value of integer of a is %d",a);
getchar();
return (0);
}
0 comments:
Post a Comment