Problem Statement - 01B-2019S
Write the names of the correct header files, which must be included in the following C++ code to compile the code successfully:
void main () { char L[]="CS 2018"; int N=strlen(L); cout<<L[N-1]; }
Solution
CSKC| Created: 6-Apr-2019 | Updated: 22-Feb-2020|CBSE12A-2019