Friday, December 20, 2013

Any Problem, Any Query , Here is the Solution !

Here I have tried to summarize whole basic c++ in this little Blog
This contains my personal handouts, which I had used during Exams to study and quickly revise.

I am very sure you will  find answers to all your doubts here and even if you are still left with any doubt FEEL FREE TO ASK !!

2 comments:

  1. Write a function which takes two arguments (one string and one character) and returns the no of occurrences of the character in the string. Write appropriate main function.

    ReplyDelete
  2. Accept a decimal number from the user and pass it to a function which converts it to a binary number.

    ReplyDelete