1.1 Introduction
1.2 Declaration and Initialization
1.3 Accepting String
1.4 Displaying String
1.5 Arithmetic Operations on Character
1.6 String Handling Functions
1.7 2-D array of String
- String Tables
1.8 String Functions
FAQ’s in String Operation / Oral Questions / Interview Questions:
- Reading String with space using the scanf statement ?
- Why do we need NULL Character / Terminating Character in C ?
- How to convert string of number into Integer ?
- How to Send Formatted output to String ?
- What is Difference Between char *a and char a[] ?