What are pointers? What are stacks and queues?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
HOW CAN ADD OUR FUNCTION IN LIBRARY.
Can one function call another?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is 'bus error'?
What are the different pointer models in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
what is the different between data structure and data type?
When should structures be passed by values or by references?
How the processor registers can be used in C ?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?