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 functions are used in dynamic memory allocation in c?

580


What is d'n in c?

622


What does dm mean sexually?

799


Write a Program to find whether the given number or string is palindrome.

603


what are the different storage classes in c?

652






What is the use of structure padding in c?

553


How can I sort a linked list?

626


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

760


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1585


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

580


What are the types of pointers in c?

521


What are the __date__ and __time__ preprocessor commands?

559


Write a program to reverse a given number in c language?

608


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1919


Can the sizeof operator be used to tell the size of an array passed to a function?

608