Examveda Which type of loop is commonly used to iterate through an array in C? A. if loopB. switch loopC. for loopD. while loopAnswer: Option C This Question Belongs to C Program >> Arrays And Strings
Which function is used to compare two strings in C? A. strcmpB. strcatC. strlenD. strcomp View Answer
Join The Discussion