Examveda How do you access the last element of an array arr with n elements in C? A. arr[n]B. arr[n-1]C. arr[n+1]D. arr[last]Answer: Option B 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