#programming-blogs
Read more stories on Hashnode
Articles with this tag
1st way int arr[4] 2nd way int arr[n] 3rd way int arr[ ]={23,53,87,56}; last three ways are Stack allocated , i will explain what stack and heap...
In computer programming, variables can be allocated in two different areas of memory: the stack and the heap. Stack allocated variables are stored in...
Please read first the box model of html to better understand the margin and padding concept Padding See padding is applied when something is written...
CSS selectors are used in HTML to style and format the content and layout of a webpage. HTML is used to create the structure of a webpage, defining...
Semantic tags in HTML are used to describe the content on a web page in a more meaningful and organized way. Here are some of the ways semantic tags...
Semantic tags in HTML are elements that carry a meaning or purpose in the structure of a web page. These tags are used to describe the content on the...