Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is getche() function?

1088


Explain about the constants which help in debugging?

1419


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2230


Explain data types & how many data types supported by c?

1131


Do you know pointer in c?

1106


What is wrong with this program statement?

1080


What are the different types of objects used in c?

1080


in iso what are the common technological language?

2162


What is the ANSI C Standard?

1327


Are there any problems with performing mathematical operations on different variable types?

1104


Explain what are multibyte characters?

1253


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1099


Create a simple code fragment that will swap the values of two variables num1 and num2.

1326


What is malloc and calloc?

1103


Without Computer networks, Computers will be half the use. Comment.

2351