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
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Is c compiled or interpreted?
Differentiate call by value and call by reference?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
How can you draw circles in C?
What is the difference between printf and scanf in c?
Is calloc better than malloc?
How important is structure in life?
What is anagram in c?
What is the explanation for cyclic nature of data types in c?
What is the difference between if else and switchstatement
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Why c language is called c?