Output:
error: uninitialized const 'size'
Explanation: At first glance its obvious to think that output will be some garbage value, but it is not the case. Unlike C in C++ any variable declared as constant needs to be initialized at the time of declaration. Hence the given code will not compile and throw the error. It should be noted that the same code will get compiled in ANSI C and will produce output as 0.
error: uninitialized const 'size'
Explanation: At first glance its obvious to think that output will be some garbage value, but it is not the case. Unlike C in C++ any variable declared as constant needs to be initialized at the time of declaration. Hence the given code will not compile and throw the error. It should be noted that the same code will get compiled in ANSI C and will produce output as 0.
❤2👍2
This media is not supported in your browser
VIEW IN TELEGRAM
It Was Working on my device 😜😂
https://instagram.openinapp.co/reel-cdcttfrd1b2
https://instagram.openinapp.co/reel-cdcttfrd1b2
😁2👍1
structuredClone(): deeply copying objects in JavaScript
https://2ality.com/2022/01/structured-clone.html
https://2ality.com/2022/01/structured-clone.html
Angular Roadmap: The Past, Present, and Future
https://enlear.academy/angular-roadmap-the-past-present-future-212d8b98591b
https://enlear.academy/angular-roadmap-the-past-present-future-212d8b98591b
Ans. (c)
Explanation: The first list compression will create list as [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] and pop() will return 81. 81 + 19 = 100, whose square root is 10.0 and similarly in 2nd case pop() will return 0 due to the reversed range and integer value of square root of 16 is 4.
Explanation: The first list compression will create list as [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] and pop() will return 81. 81 + 19 = 100, whose square root is 10.0 and similarly in 2nd case pop() will return 0 due to the reversed range and integer value of square root of 16 is 4.
The CSS Cascade. Or, How browsers resolve competing CSS styles
https://wattenberger.com/blog/css-cascade
https://wattenberger.com/blog/css-cascade
Amazing HTML5 Features That Just 3% of Developers Knows — Easy and Surprising
https://halimshams.medium.com/amazing-html5-features-that-just-3-of-developers-knows-easy-and-surprising-ac67ff598162
https://halimshams.medium.com/amazing-html5-features-that-just-3-of-developers-knows-easy-and-surprising-ac67ff598162
Medium
Amazing HTML5 Features That Just 3% of Developers Knows — Easy and Surprising
The top 5 amazing and hidden features of HTML5