Answer Posted / swe
PrimitiveType
ReferenceType
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Why c is called procedure oriented language?
what is the role you expect in software industry?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
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
Why do we use & in c?
How to draw the flowchart for structure programs?
What is the use of header?
What type of function is main ()?
Explain what is output redirection?
What is s or c?
What is the use of pragma in embedded c?
Explain how can you check to see whether a symbol is defined?
Why does everyone say not to use gets?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are the advantages of using macro in c language?