main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 24141Post New BTBP Interview Questions
What is the difference between final, finally and finalize()?
Explain what is the algorithm followed in retrieving the messages from the queue?
What is a file basename?
how to write a test procedure & test log for login system
What is the full form of vscp?
write short note on steroids,terpenes,prostagladins,and phospholipids.
Does windows 10 need antivirus?
What is the significance of the control unit in the 8085?
Explain the basic principles of an internal audit controlsystem?
Explain fact structure?
Explain storage locations for vm images in openstack?
What is my site?
What is a Command to restart/start apache web server?
Can xml be used as a database?
How to use delegates with events?