Tag Archives: Dheeraj sir
BLOG
ARM architecture ARM is a family of instruction set architectures for computer processors based on a reduced instruction set computing (RISC) architecture developed by British company ARM Holdings. A RISC-based computer design approach means ARM processors require significantly fewer transistors … Continue reading
question regarding to c???
int main() { int b; char a; a=&b; printf(“%p”,a); } output=? and why so???
what is UNIX? difference between linux and UNIX? kindly explain from scratch
Bizarre condition
whenever i open terminal, this ~~ automatically starts printing on my screen continuously…… it also create very much problem while typing….. and main thing is this is not a hardware problem of my laptop… because this problem was not there … Continue reading
Bus Error (Core Dumped):
I was checking the size of the stack space allocated to a process. For that i used recursion and I got Seg fault after almost 8 MB(7.98 MB) of data pushed on to the stack. Then I increased the size … Continue reading
Query:
At what stage of compiler the call of an inline function is replaced with its definition????
Jatinder Kumar :c
how can i use qsort? and how can i use pragma more efiiciently and what are the set of pragma in gcc as allcomplier has it won set of pragma and hoe can i used pragma in c?
Threads:
Can we manually switch between two Threads of a process ?? Means, is it possible to context out a running thread and context in a user desired thread, at any time????