programming language codes
programming C
Search This Blog
Friday, 15 May 2020
programming C(name and school)
Name and school
#include <stdio.h>
#include <stdlib.h>
int main()
{
char name[25]="kusal mendis";
printf("%s\n",name);
char name2[35]="ncfc college";
printf("%s\n",name2);
}
No comments:
Post a Comment
please wait...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
please wait...