main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 23548Post New BTBP Interview Questions
What is set to be Cognos configuration?
Describe session handling in a webfarm?
Does sap transportation management have load planning capabilities? : transportation management
How do I unhide the taskbar in windows 10?
Why do we use cursors?
What is ms sql server reporting services?
What are guards in angular?
What is the relationship difference the canvas class and the graphics class?
Will hashmap allow null keys?
How are reserved instances totally different from on-demand db instances?
Is hive suitable to be used for oltp systems? Why?
What is meant by Microsoft Azure and Azure diagnostic?
Explain the difference between rename and alias?
What are the threats to the information you are familiar with?
What is singleton class? Explain the steps to create a singleton class?