Write a program in C:
Take input from the command-line (i.e argv[1]) and if it is more
than 12 characters print "too long". If there are less than 12
characters then print "too short".
Please make sure that the compiler doesn't give any
warnings.
Write a program in C: Take input from the command-line (i.e argv[1]) and if it is more than 12 characters print "too lon
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am