23 is the half of 70
70
70
35 50% means half of something. half of 70 is 35
70
140 / 2 = 70 Answer $70
70. 50% means one half. one half of 140 = 70
70
35%
88
Hydrogen (H) is both the first element on the table and the first element with a half filled orbital (S1)
strlen(s1) to find the length of the string s1 strcpy(s1,s2) copy source string to destination string(i.e copies s2 to s1,s2 remain unchanged) strcmp(s1,s2) compares s1 and s2 and prints 0 if s1 and s2 are equal,-1 if s2 is greater, 1 if s1 is greater strcat(s1,s2) combines string s1 and s2 to a single word and stores it in s1 strupr() converts lower case string to upper case strlwr() converts upper case string to lower case