Write program in c that takes an integer number from user and display message "welcome". if the given integer number is of four digits only otherwise displayed?rejected?
Answers
Answered by
1
Answer:
#include<stdio.h>
int main()
{
int num;
printf("\n Enter a Four digit no");
if (num>999 && num<=9999)
{
printf("welcome");
}
return 0;
}
Answered by
0
Answer:
fgftffhtytkuygfdsasdfyjhg
Explanation:
Similar questions