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
Where does the name "C" come from, anyway?
What is scanf_s in c?
What does static variable mean in c?
Explain what is the heap?
write a program to display all prime numbers
p*=(++q)++*--p when p=q=1 while(q<=6)
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Differentiate abs() function from fabs() function.
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
write a c program for swapping two strings using pointer
What is the use of volatile?
Why c is known as a mother language?
What are # preprocessor operator in c?
Can we use any name in place of argv and argc as command line arguments?