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

Posted in Uncategorized | Tagged | Leave a comment

question regarding to c???

int main() { int b; char a; a=&b; printf(“%p”,a); } output=? and why so???

Posted in Uncategorized | Tagged | Leave a comment

what is UNIX? difference between linux and UNIX? kindly explain from scratch

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , | Leave a comment

Query:

At what stage of compiler the call of an inline function is replaced with its definition????  

Posted in Uncategorized | Tagged , , | 1 Comment

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?

Posted in Uncategorized | Tagged , | Leave a comment

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????

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged , , | Leave a comment