Programming World👨💻
الذهاب إلى القناة على Telegram
All programming language tutorials,courses and more..! For HTML: @html_web_learn For CSS: @CSS_web_learn For JS: @JavaScript_js_learn For PHP: @learn_php_web For Programming courses @Programmingworld_dev For CEH,Cybersec: @technical_stark
إظهار المزيدلم يتم تحديد البلدالتكنولوجيات والتطبيقات34 732
1 412
المشتركون
لا توجد بيانات24 ساعات
-57 أيام
-1330 أيام
أرشيف المشاركات
1 412
What is the additional feature in classes that was not in structures?
1 412
Software Engineering:
Build & Fix Model is suitable for programming exercises of ___________ LOC (Line of Code).
1 412
OS:
Which module gives control of the CPU to the process selected by the short-term scheduler?
1 412
DBMS:
There are multiple records in a table, and some of these records are duplicates. you need to fetch only one copy of each set of duplicate.
1 412
C:
#include main() { int i=16; for( ; i; i>>=1) { if(i=5) { printf("hello"); break; } printf("%d",i); } }
1 412
A system is having 3 processes ,Each requires 2units of Resources , the minimum units of Resources that no Deadlock will occur ?
1 412
Maximum Number of Binary Tree's Would be possible with 3 nodes?
1 412
DBMS:
Which of the following SELECT statements prints the string 56 ? Select one or more:
1 412
Software Engineering:
what is a collection of operations that specify a service of a class or component ?
1 412
Repost from N/a
If you want to read any paid article free from Bloomberg, economist etc.
You have follow some step :
1. Copy the article link
2. Go to https://archive.fo/
3. Paste the link that you have copied
then enjoy the article.😀
=================================
Join Our Telegram Channel for more
@CyberPunk_anonymous
=================================
1 412
DBMS:
Which of the following SELECT statements prints the string 56 ? Select one or more:
1 412
Software Engineering:
what is a collection of operations that specify a service of a class or component ?
1 412
C:
#include #include int main() { char char_arr[6]="ORACL"; char c='E'; printf("%s\n" ,strcat(char_arr,c)); return 0; }
1 412
Java:
public class Test { public static void main(String [] args) { try { int x=0; for(x=1; x<4; x++); System.out.println(x); } catch(Exception e){ } finally { System.out.println("Error"); } } }
1 412
What is the additional feature in classes that was not in structures?
1 412
Which of the following is a dynamic model that shows how the system interacts with its environment as it is used ?
1 412
Repost from Learn AI, MetaVerse, Web3
Become a Full Stack Web3 / Blockchain Developer in 180 days
Detailed ROADMAP with days ↓
Day 1 - 20 ( 1-2 hour / day )
→ Learn HTML & CSS
Day 21 - 35 ( 1-2 hour / day )
→ Learn JavaScript
Day 36 - 42 ( 1-2 hour / day )
→ Learn CSS framework
Bootstrap / TailwindCSS
Day 42 - 50 ( 1-2 hour / day )
→ Learn JS Framework
Angular / ReactJS / VUE JS / Next JS
Day 51 - 90 ( 1-2 hour / day )
→ Learn Advance JS
Day 91 - 95 ( 1-2 hour / day )
→ Learn Git and Github
Day 96 - 106 ( 1-2 hour / day )
→ Learn REST API or JSON API
Day 107 - 120 ( 1-2 hour / day )
→ Learn Blockchain Basics
Include ↓
- what is Ethereum
- Decentralisation
- Smart contract
- Cryptocurrency
- NFTs , DAOs
- Cryptography
- Keys
- Hashing
Day 121 - 140 ( 1-2 hour / day )
→ Learn Solidity
Day 141 - 150 ( 1-2 hour / day )
→ Learn Hardat / truffle
Day 151 - 155 ( 1-2 hour / day )
→ Learn Web3.js / Ether.js ( interact with frontend )
Day 156 - 160 ( 1-2 hour / day )
→ Learn IPFS / filecoin
Day 161 - 180 ( 1-2 hour / day )
→ Revise all things from scratch
→ Start Building DApps
For More Web3 Content Join @web3_learn
1 412
Repost from N/a
Which scheduling algorithm suffers from starvation?
