Answer Posted / avinash
HIGH LEVEL HAS THE FLEXIBILITY AND CAPACITY TO UNDERSTAND
THE PROGRAME AND INSTRUCTIONS OF THE USER AND MACHINE
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
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
Write a simple code fragment that will check if a number is positive or negative.
What is a newline escape sequence?
How can I recover the file name given an open stream or file descriptor?
What is register variable in c language?
What is an arrays?
How do you define a function?
What is header file in c?
What is string constants?
Differentiate Source Codes from Object Codes
Write a program to identify if a given binary tree is balanced or not.
Why isn't any of this standardized in c? Any real program has to do some of these things.
what is the format specifier for printing a pointer value?
What is c variable?