Answer Posted / rakurakesh
Method overloading
done in same
class but method overridng done in
diff. Class here inheritance occure.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what does the function toupper() do?
write a program to rearrange the array such way that all even elements should come first and next come odd
Add Two Numbers Without Using the Addition Operator
What is pointers in c?
What are the similarities between c and c++?
What is function what are the types of function?
Is r written in c?
What does a function declared as pascal do differently?
Explain what is the stack?
Write programs for String Reversal & Palindrome check
Implement bit Array in C.
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Lists the benefits of c programming language?
How can I pad a string to a known length?