Offer

String in c language | Declare string in c | String


String in C language Program 



String program output 


Copy text from below ðŸ‘‡

#include<stdio.h>

#include<conio.h>

int main()

{

    char name[20];

    printf("Enter your name ");

    scanf("%s",name);

    printf("Your name is : %s",name);


}


Download pdf file 


For more program 


Interesting facts in Hindi , 

You should watch this video 


Subscribe our channel for More cool facts 

 

Post a Comment

0 Comments