Answer Posted / barni guru
DENNIS RITCHIE
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
Is r written in c?
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
What is a substring in c?
If fflush wont work, what can I use to flush input?
How do I round numbers?
What is the use of volatile?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How can I copy just a portion of a string?
Why pointers are used in c?
Explain threaded binary trees?
What is an auto variable in c?
Explain the priority queues?
What is the right way to use errno?
What is the most efficient way to count the number of bits which are set in an integer?
What does the function toupper() do?