FIFA-2022 Career Guide Free Tutorials Go to Your University Placement Preparation 

1 Answer

0 like 0 dislike
by Goeduhub's Expert (7.1k points)
edited by
 
Best answer

Print String Using Pointer

In this program we are going to print a string on output window inserted by user by using pointer. Following program is the implementation of this theory.

Example :

#include<stdio.h>
#include<conio.h>
void main()
{

//Declaration of string and pointer
char str[100];
char *ptr;

//taking input from user by gets() function which takes input string with spaces
printf("Enter any string: ");
gets(str);

//Assigning string to the pointer
p=str;

printf("The input string is: ");

//'\0' signifies end of the string
while(*p!='\0')
printf("%c",*p++);

getch();
}

Output :

Output of above program showing entered string


For More GTU C Programming Lab Experiments Click Here

Learn & Improve In-Demand Data Skills Online in this Summer With  These High Quality Courses[Recommended by GOEDUHUB]:-

Best Data Science Online Courses[Lists] on:-

Claim your 10 Days FREE Trial for Pluralsight.

Best Data Science Courses on Datacamp
Best Data Science Courses on Coursera
Best Data Science Courses on Udemy
Best Data Science Courses on Pluralsight
Best Data Science Courses & Microdegrees on Udacity
Best Artificial Intelligence[AI] Courses on Coursera
Best Machine Learning[ML] Courses on Coursera
Best Python Programming Courses on Coursera
Best Artificial Intelligence[AI] Courses on Udemy
Best Python Programming Courses on Udemy

Related questions

 Important Lists:

Important Lists, Exams & Cutoffs Exams after Graduation PSUs

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy ||  Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 

 

Free Online Directory

...