InterviewSolution
#include int main() { char name[30]; printf("ENTER name: "); gets(name); //Function to read string from user. printf("Name: "); puts(name); //Function to DISPLAY string. return 0; }I HOPE It Will Help! ^_^
Your experience on this site will be improved by allowing cookies. Read Cookie Policy