โ Basics
โ Tags and Elements
โ HTML Structure
โ Headings, New Line, Blank Space
โ Tables
โ Lists
๐ฅ Disclaimer
โฌ The questions covered here are mostly conceptual
โฌ I never claim only these type of questions are/should be asked during interviews
โฌ For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Using your favourite language
โ C
โ C++
โ Python
โ Java
โ C#
โ PHP
โ JavaScript
Or, anything.
โฉ
When we start practicing to improve our programming skills, the very first problems are always based on numbers.
Here I am presenting problems on
โ Simple Numbers
โ Unit Conversion
โ Calculation
โ Geometry
โ Vector
โ Matrix
โ Set
โ Special Numbers
โ Simple Numbers
โ Find a digit at a specific place in a number
โ Find count of digits in a number
โ Find the largest digit
โ Find the 2nd largest digit
โ Find the kth largest digit
โ Find the smallest digit