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


Please Help Members By Posting Answers For Below Questions

What does s c mean in text?

828


Why c language?

839


What does %d do in c?

727


writ a program to compare using strcmp VIVA and viva with its output.

1773


What is a void pointer? When is a void pointer used?

830


How can I automatically locate a programs configuration files in the same directory as the executable?

860


What does c mean?

770


What is scope of variable in c?

772


Is c compiled or interpreted?

885


what is reason of your company position's in india no. 1.

1967


What is far pointer in c?

1006


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)

1870


What is the difference between int main and void main in c?

822


What is a good way to implement complex numbers in c?

794


How can I invoke another program or command and trap its output?

854