Sign in to Publish articles, apply into jobs, participate in Hackathons.
Sign in
AP |
Editor & SEO Manager at google Aug. 12, 2021, 1 p.m. ⋅ views ⋅ |
When designing your website, you want to use a button to link to other pages or websites. This is a …
RK |
Founder at HackersFriend July 18, 2021, 12:59 p.m. ⋅ 2195 views ⋅ |
The HTTP X-Forwarded-Host header is the part of HTTP header that contains information for identifying the original host requested by the …
VK |
Programmer and Software Engineer at Tata Consultancy Services Jan. 8, 2021, 7:55 p.m. ⋅ 4970 views ⋅ |
Given a square matrix, calculate the absolute difference between the sums of its diagonals.
For example, the square matrix is shown …
VK |
Programmer and Software Engineer at Tata Consultancy Services Updated Jan. 1, 2021, 6:24 p.m. ⋅ 1829 views ⋅ |
Solution Code: -
sentence = input("Enter a sentence with few strings: ")
len_of_sentence = len(sentence)
vowel_list = ['a','e','i','o','u' …
VK |
Programmer and Software Engineer at Tata Consultancy Services Updated Jan. 1, 2021, 6:25 p.m. ⋅ 2364 views ⋅ |
*A non-empty arrary A consisting of numeric values is given.
The product of quadruplet (P,Q,R,S) equates to …
RK |
Founder at HackersFriend Dec. 19, 2020, 3:13 p.m. ⋅ 38070 views ⋅ |
To install any python library without pip command, we can download the package from pypi.org in and run it's …
DG |
Student at BIT Mesra Oct. 12, 2020, 5 p.m. ⋅ 2007 views ⋅ |
91. If a common property is referred by many objects of same class, then that property must be declared as …
DG |
Student at BIT Mesra Oct. 12, 2020, 4:47 p.m. ⋅ 7087 views ⋅ |
61. Recursion is executed in which order :
A. LIFO
B. FIFO
C. Random
D. All of the above
Ans. A …
DG |
Student at BIT Mesra Oct. 12, 2020, 1:44 p.m. ⋅ 71506 views ⋅ |
31. What is the best case and worst case complexity of binary search ?
A. O(log n), O(n)
B …
DG |
Student at BIT Mesra Oct. 12, 2020, 1:22 p.m. ⋅ 2048 views ⋅ |
1. In C, if you pass an array as an argument to a function, what actually gets passed?
A. Value …
Join the community of 1 Lakh+ Developers
Create a free account and get access to tutorials, jobs, hackathons, developer events and neatly written articles.
Join the community of 1 Lakh+ Developers
Create a free account and get access to tutorials, jobs, hackathons, developer events and neatly written articles.
HackersFriend Updates