main()
{
char *ptr = "Ramco Systems";
(*ptr)++;
printf("%s\n",ptr);
ptr++;
printf("%s\n",ptr);
}
Find the Outputs?

Answer Posted / lucky

samco system
amco system

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain pointers in c programming?

619


What is c language in simple words?

579


Explain what is a 'locale'?

572


What is table lookup in c?

616


Where static variables are stored in memory in c?

511






Do character constants represent numerical values?

829


Explain how can you tell whether two strings are the same?

570


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2318


Differentiate call by value and call by reference?

550


Explain how many levels deep can include files be nested?

617


code for quick sort?

1598


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1413


What is the use of pragma in embedded c?

583


What is the benefit of using #define to declare a constant?

593


Is there a way to jump out of a function or functions?

620