Answer Posted / raju
ds is a collection of data elements and arranhed aspcific
manner
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are 3 types of structures?
What is wrong with this program statement?
Why c language is called c?
What is scope rule of function in c?
How will you delete a node in DLL?
What is the acronym for ansi?
What is the equivalent code of the following statement in WHILE LOOP format?
Why malloc is faster than calloc?
Can we access array using pointer in c language?
Write a program to reverse a string.
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 to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Can we compile a program without main() function?
Explain what is wrong with this statement? Myname = ?robin?;
ATM machine and railway reservation class/object diagram