#includestdio.h#includeconio.hvoid main(){char str[50];int i,n;printf("Enter the string\n");gets(str);for(i=0;str[i]!=0;i++){n = i;}printf("The length of the string is = %d\n",n+1);}
scriptfunction display (){x =100 ;var x1 =1000;let x2=10000;document.write(x + "br");document.write(x1 + "br");document.write(x2 + "br");}/script
int main(){int i;for(i=0; i5; i++);{printf("Archana");}return 0;}
What will be the output of the following Python code?i = 1while True:if i%3 == 0:breakprint(i)i + = 1
Find the output of following code : #include stdio.hstruct employee{int id;char rank[5];};int main(){struct employee e;e.ID = 30;printf("LK");}