| UMBC CMSC 211 |
Then return to C and using printf(), print out the buffer.
Then use inline assembly language for the second time in this function convert(), and convert the buffer to lower.
Finally, return to C and print out the buffer again, using printf(). Upon completion of the second printf(), return to the main() function and terminate the program.
Enter a string: Gary Burt
GARY BURT
gary burt
/*****************************************************/ /* Program Header Block */ /* Filename: proj2.c */ /* Name: Ima Student */ /* SSAN: 123-45-6789 (could be XXX-XX-6789)*/ /* Date: 6 April 1998 */ /* Course/section: CMSC-211 */ /* Description: */ /* Analysis: */ /* Input: */ /* Output: */ /* Constraints: */ /* Formulas: */ /* Assumptions: */ /* Design: */ /* (Your psuedocode goes here.) */ /* */ /* Notes: (As needed.) */ /*****************************************************/