Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which function can retrieve the character stored at a specified location?

  Shared By: Logan Bouchard    Date: Jan 24    Category: C++ Programming    Views: 549

Answer:

Options

a) at( )
b) find_first_of( )
c) find( )
d) find_last_of( )

Answer : a) at( )

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: