Neeraj Singhal

Results 2 comments of Neeraj Singhal

@justf0rfun @smnasirhussain Using Sting header file you can Concatenate the two string variables. as shown below (mentioned at section string-Variable sized character array in the cheat sheet). #include // Include...

> The switch case explanation is a bit misleading . There should be a break statement after every case for it to function as an if-else statement, otherwise it will...