C Programming
given a string:
char a[81]= ” given text “release test” “ComputerScience””;
write a simple program using for loops, no malloc() allowed
Extract words release test and Computer Science and simply printthem out.
NOTICE THAT EXTRACTED WORDS HAVE NO ” “AROUND, YOU MUST SKIP THE QUOTATIONMARKS
Expert Answer
An answer will be send to you shortly. . . . .