احس لما اسولف كويتي مو جنه واحد كويتي يسولف...

انا كويتي

ابوي كويتي

امي كويتية

بس لما اسولف احس مو مثل اغلب الكويتيين

كانه واحد امه اجنبية...

انا تطورت في هالناحية اخر ٥ سنين بس ليلحين لما اسولف مع واحد في كلمات ما افهمها بعض المرات واقط بدليلت وانا ودي اتحسن في هالناحية لانه احيانا انحرج من هالشغلة

شلون الواحد يتحسن بهالشي؟ واذا في واحد كان في نفس الحالة شلون تطورت؟

reddit.com

Should I buy ARC Raiders in July 2026?

I'm considering buying ARC Raiders but I'm unsure. I havent played a multiplayer shooter in so long and I really want to get back to it.

For those who've played it recently, without factoring the price in, is it worth buying around 7 months after it came out? How is the cheating situation and player activity lately?

Would you buy it yourself knowing what you know now?

reddit.com
u/everydayreligion1090 — 3 days ago

Couldnt Bear have instead wished for Nikki to tell him how she feels about him?

Ik that's still cowardly and all becaause he still doesnt have the balls to tell her with the risk of rejection but it wouldve made more sense than the wish he actually made

reddit.com
u/everydayreligion1090 — 5 days ago

How much of a happy marriage comes down to simply supporting each other when it gets rough?

I know theres other important stuff but from what Im seeing this is what it comes down to

reddit.com
u/everydayreligion1090 — 8 days ago

Best 16GB/512GB MacBook for $650-750 USD for coding, multitasking, and heavy browsing?

My budget is $650-750 USD, but I can stretch to $800 if it's genuinely worth the extra spending but Im not comfortable going over 800 at all

Open to anything thats in new condition or really good condition in general that'll last me a while

What would you recommend?

reddit.com
u/everydayreligion1090 — 9 days ago

Why is the output of this C code so unpredictable?

#include <stdio.h>

int a = 1;

int fun(){
    a = a * 2;
    return a;
}
int main() {
    int x = a + fun() + fun();
    printf("%d", x);
    return 0;
}

I tested this C code on Programiz and it consistently printed 8.

Thing is I got no idea how it's 8 because whether the expression is evaluated from the left or from the right, it just doesn't add up.

Does this depend on the compiler?

I would appreciate clarification on this.

reddit.com
u/everydayreligion1090 — 2 months ago

What’s the difference between built-in words and reserved words in programming languages?

what i got is that reserved words are part of the language's syntax it self while built-in are from the language's library. is that right?

if so, how can i tell them apart? how do i know which word is built-in and which one is reserved?

reddit.com
u/everydayreligion1090 — 2 months ago