Question: Cs 1050 Lab Assignment 10 Fall 2018 FAILURE TO RETURN THIS DOCUMENT RESULT IN A ZERO GRADE FOR THE TO THE TA WILL LAB Purpose:
Cs 1050 Lab Assignment 10 Fall 2018 FAILURE TO RETURN THIS DOCUMENT RESULT IN A ZERO GRADE FOR THE TO THE TA WILL LAB Purpose: 1. Use pointers and pointer notation/arithmetic in implementation functions from relevant libraries for the lab only Submit this assignment by following the instructions given by you file (no aout or executable file is required). end of the lab using the lab code given by the TA Elename must be: sectionletter-lab i A. SUBMIT ONLY te given by the TA. Use the following submit command All the lab assignments must be subemittied before the 10.c (Include your respective lab section) e.g. h-lab10.c S submit celasso cassignment cfilenames S submit CS1050 LAB 10 h-lab10.c Note 1. Use of arrays is not allowed for the lab assignment instead start with an integer pointet and use malloc function to allocate only the required amount of memory. 2. Use POINTER NOTATION AND POINTER ARITHMETIC only to implement the assignment. The lab 10 is on malloc and strings int main0: Declares a new string (char pointer), then calls getString and prints the string with the size out. Then, main generates a random number between 1-25, and uss it to call cipherString, printing out the ciphered string. After which, it prompts the user to enter in how much the string was shifted, and uses cipherString with the negative user shift and prints out hat string (the original string shifted right by the random number then shifted left by the user input Implement the following functions for the lab assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
