hello world program using pointer

#include<stdio.h>
int main()
{
char *ch = "Hello world";
printf("\n %s",ch);
return 0;
}

output:Hello world

Comments

Popular posts from this blog

cpanel exam CPSP Answers

How to install zimbra collaboration suite 8.8.11 on CentOS 7

awstats installation