HackerRank Symmetric Difference solution in python | python question solution

ObjectiveToday, we're learning about a new data type: sets.ConceptIf the inputs are given on one line separated by a character (the delimiter), use split() to get the separate values in the form of…

Continue ReadingHackerRank Symmetric Difference solution in python | python question solution

HackerRank Collections.OrderedDict() solution in python | python question solution

collections.OrderedDictAn OrderedDict is a dictionary that remembers the order of the keys that were inserted first. If a new entry overwrites an existing entry, the original insertion position is left unchanged.ExampleCode>>> from…

Continue ReadingHackerRank Collections.OrderedDict() solution in python | python question solution

HackerRank No Idea! problem solution in Python | python question solution

There is an array of  integers. There are also  disjoint sets,  and , each containing  integers. You like all the integers in set  and dislike all the integers in set . Your initial happiness is . For each  integer…

Continue ReadingHackerRank No Idea! problem solution in Python | python question solution

Advance JAVA mcq msc(ca) | advanced java objective questions | advanced java mcq questions with answers

Advance JAVA   Multiple Choice Questions and Answers:-   1. Which of these class is used to make a thread?    a) String  b) System  c) Thread  d) Runnable  …

Continue ReadingAdvance JAVA mcq msc(ca) | advanced java objective questions | advanced java mcq questions with answers

Digital Electronics mcq Questions And Answers | digital electronics objective questions

digital electronics softwaretechit   Digital Electronics.   Multiple Choice Questions and Answers :-   1. Any number with an exponent of zero is equal to: A.zero B.one C.that number D.ten  …

Continue ReadingDigital Electronics mcq Questions And Answers | digital electronics objective questions

HackerRank Find Angle MBC solution in python | python question solution

  is a right triangle,  at .Therefore, .Point  is the midpoint of hypotenuse .You are given the lengths  and .Your task is to find  (angle , as shown in the figure) in degrees.Input FormatThe first line contains the length of…

Continue ReadingHackerRank Find Angle MBC solution in python | python question solution

HackerRank Collections.namedtuple() solution in python | python question solution

 collections.namedtuple()Basically, namedtuples are easy to create, lightweight object types.They turn tuples into convenient containers for simple tasks.With namedtuples, you don’t have to use integer indices for accessing members of a tuple.ExampleCode 01>>> from…

Continue ReadingHackerRank Collections.namedtuple() solution in python | python question solution

C MCQ Questions and Answers on Console IO and Formatted IO | c programming question and answer

softwaretechit.comStudy C MCQ Questions and Answers on Console Input and Output & Formatted Input and Output. Easily attend technical job interviews with these Multiple Choice Questions. Go through C Theory Notes…

Continue ReadingC MCQ Questions and Answers on Console IO and Formatted IO | c programming question and answer