Javascript-Essentials
Javascript-Essentials copied to clipboard
All answer is mix //c program specifying the particular char position from the string#include#includevoid main(){char str[100],c;int i,lenf=0;printf("\nenter a string:");gets(str);len=strlen(str);printf("\nenter a character to find its position:");scanf("%c",&c);for(i=0;i
All answer is mix //c program specifying the particular char position from the string#include#includevoid main(){char str[100],c;int i,lenf=0;printf("\nenter a string:");gets(str);len=strlen(str);printf("\nenter a character to find its position:");scanf("%c",&c);for(i=0;i