Answer Posted / shenbagavalli
The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
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 mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Can you subtract pointers from each other? Why would you?
all c language question
How we can insert comments in a c program?
What is pass by reference in c?
What are void pointers in c?
Why we use void main in c?
difference between Low, Middle, High Level languages in c ?
Explain what is the difference between far and near ?
what is the function of pragma directive in c?
The difference between printf and fprintf is ?
define string ?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.