ACP3_8

//BCA Support - www.bcasupport.xyz #include <stdio.h> void main() { char text[50]="BCA Support"; char *ptr=text; int len; clrscr(); len=strlen(ptr); printf("\nString length = %d",len); getch(); }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.