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
What does s c mean in text?
Why c language?
What does %d do in c?
writ a program to compare using strcmp VIVA and viva with its output.
What is a void pointer? When is a void pointer used?
How can I automatically locate a programs configuration files in the same directory as the executable?
What does c mean?
What is scope of variable in c?
Is c compiled or interpreted?
what is reason of your company position's in india no. 1.
What is far pointer in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the difference between int main and void main in c?
What is a good way to implement complex numbers in c?
How can I invoke another program or command and trap its output?