main()
{
char *ptr = "Ramco Systems";
(*ptr)++;
printf("%s\n",ptr);
ptr++;
printf("%s\n",ptr);
}
Find the Outputs?
Answer Posted / guest
error
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
why do some people write if(0 == x) instead of if(x == 0)?
What are the similarities between c and c++?
What is the purpose of sprintf() function?
Do you have any idea how to compare array with pointer in c?
There seem to be a few missing operators ..
What is advantage of pointer in c?
what is bit rate & baud rate? plz give wave forms
What are the usage of pointer in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Can a pointer be static?
List out few of the applications that make use of Multilinked Structures?
What is n in c?
Without Computer networks, Computers will be half the use. Comment.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
how could explain about job profile