Answer Posted / samarasam
I) Inside the Structure we can use Property,Indexes,etc..
II) Both constants and enumerations may be defined within a
structure,
III) Multiple constructors can be created within a
structure.
IV) EVENTS is possible in structures
v) Memory wise differ
| Is This Answer Correct ? | 31 Yes | 15 No |
Post New Answer View All Answers
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is volatile variable how do you declare it?
What are the keywords in c?
What is a structure member in c?
Why is this loop always executing once?
What is 1f in c?
Explain the advantages and disadvantages of macros.
How can I remove the trailing spaces from a string?
What are the 5 types of inheritance 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
program for reversing a selected line word by word when multiple lines are given without using strrev
Difference between MAC vs. IP Addressing
What are run-time errors?
Explain how can you be sure that a program follows the ansi c standard?