TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aruljothy Sundaramoorthy
NA
311
48.4k
Error While printing String using Pointer
Dec 12 2017 2:46 PM
I'm getting an error while printing the string using pointer operation
Program code:
---------------------
#include<stdio.h>
#include<conio.h>
void main()
{
char v="Arul";
char *ptr;
clrscr();
*ptr=v;
printf("\n%s",*ptr);
printf("\nAddress:%p",ptr);
getch();
}
Reply
Answers (
1
)
Finding Keycodes
How to track current location of mobile number??