why r u join this company? give solid resons.
Answer Posted / tarun
because this compuny given the new path of life
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is array within structure?
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 constant and types of constants in c?
Explain what is the difference between text files and binary files?
What is C language ?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
When should structures be passed by values or by references?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What are called c variables?
What is keyword in c?
What are the parts of c program?
What does 2n 4c mean?
Why isnt there a numbered, multi-level break statement to break out
What is c language used for?
What are the different types of control structures?