Answer Posted / harshithadesai
static function cant be overriden.example for ststic
function is main()
without creating object we can access these method
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are run-time errors?
how many errors in c explain deply
What is queue in c?
Is there a way to switch on strings?
How can you tell whether two strings are the same?
What are local variables c?
What are the loops in c?
What is c definition?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is difference between structure and union in c?
What is static and auto variables in c?
Explain what is page thrashing?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is an lvalue?
How does selection sort work in c?