WAP TO PRINT STRING

#include <stdio.h>
int main()
{
   char z[100] = "I am learning C programming language.  its a great languAGE.. ";

   printf("%s", z);

   return 0;
}



OUTPUT :- 



For Other Programs Visit The WebSite:-   https://www.techapurba.com/

Follow Me On Social Media :-


For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/

Post a Comment

0 Comments