akhilesh tiwari


{ City } mumbai
< Country > india
* Profession * student
User No # 92624
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 13
Users Marked my Answers as Wrong # 0
Questions / { akhilesh tiwari }
Questions Answers Category Views Company eMail




Answers / { akhilesh tiwari }

Question { 4278 }

what is difference between strcmp & palindrome?


Answer

strcmp is string comparison function used to compare between two string.whereas polindrome is not any string function.
but we can create programe to check polindrom string/number
using strrev function.
example of polindrome string. ABA,MAM,MADAM.
it means both side read and pronounciation are same is called polindrome.......

Is This Answer Correct ?    3 Yes 0 No

Question { Infosys, 7509 }

give me the defination of inheritance?


Answer

inheritance means object of one class acquire the properties of objects of another class.
inheritance primarily for the purpose of code reuse.

Is This Answer Correct ?    10 Yes 0 No