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 / vignesh1988i

Samco systems
amco systems



thank u

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when a pointer is used in an if statement?

1156


Is python a c language?

1055


What is function prototype?

1217


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1971


What is d'n in c?

1176


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1993


What is static and auto variables in c?

1143


What is 1f in c?

2730


What is function prototype in c language?

1090


Differentiate between the = symbol and == symbol?

1365


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1282


What is the meaning of typedef struct in c?

1116


cavium networks written test pattern ..

4140


Do string constants represent numerical values?

1448


Are the expressions * ptr ++ and ++ * ptr same?

1210