guys, if nvidia is pain in the ass for Linux, do u think ARM is going to be too?
So char pointer can only dereference an 8bit?
int a = 256; char * b = &a; printf("%d", *b); this prints 0 why?...i mean the pointer size is 8byte
Okay it is because of lack posix right?....but what makes them run nativily on posix compliance
Identifiers may have any length, and for internal identifiers, at least the first 31 characters are significant; some implementations may take more characters significant. Ans...
Yea obviously....then what kind of architecture does AMD uses to make CISC CPU can u list them?
One more thing guys how does the campany Linux Foundation make money then if it is non-profit campany?
Hello...i was just using gets() function and the user input must have at least 5 character and i entered 10 where does the other 5 goes i means it prints the first 5 chars onl...
How is android kernel linux? Did google edit some stuff to work for mobiles
Ok gd....so in one clock tick there is one instruction done?
Is it possible to make a custom memory addres to variable?
So it becames 2bytes in 16 bit architecture?
and guys is it allowed to sell an OS with linux kernel?
Wow....what program doesnt need printf or scanf???
why is linux kernel written in c89 std...i mean does is have perks over the other stds?
int i[5]; printf("%p\n", &i[10]); Why doesnt this give me an error...i mean it is printing an address how?
btw does this thing has to do with how computer works or its a standard??
yea it prints d/t address...so linux uses ASLR as a default?
can two different program have the same memory address?
Ok that means those values are/were assigned to some program in my process?