int getVowles(char *str) { int j=0,i=0; for(i=0;str[i]!='\0\;i++) { switch(str[i]) { case 'a': case 'A': case 'e': case 'E': case 'I': case 'i':...
By the getch we can enter only one char & this is not displayed to stdout and do't wait for the enter key but by the scanf we can enter more than...
*what is meant by heterogeneous array?how can we differ a homogeneous&heterogeneous array? *How to find the current time of system(PC)using C ?...
will someone please clarify what a compiler is and what is its function.
Separate names with a comma.