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 !!
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.
ReplyDeleteAccept a decimal number from the user and pass it to a function which converts it to a binary number.
ReplyDelete