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
Posted: Sat Nov 27, 2021 2:26 pm
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.
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.