How to compare two strings?
C Language
if ( a == "p" ) { // a is a string // do something } else if( a == "P" ) { // do some