C
Programming and Technical
Category
how phone number is printed?
Read Solution (Total 1)
int a[10], i;
printf("enter your phone number:");
for(i=0;i
9 years ago
Helpfull: Yes(0) No(4)
C Other Question
main()
{
int i=5,j;
j = i++ + ++i + ++i + ++i;
printf("%d",j);
}
C language code for scientific calculator