can any one please explain, how can i access hard
disk(physical address)?
it is possible by the use of far,near or huge pointer?
if yes then please explain......
No Answer is Posted For this Question
Be the First to Post Answer
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
i want to job in your company, so how it will be possible.
What is the use of header files?
int x=sizeof(!5.856); What will value of variable x?
How can I remove the leading spaces from a string?
What is the newline escape sequence?
what is Array?
Apart from dennis ritchie who the other person who contributed in design of c language.
Is c is a high level language?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
which one is highest Priority in c? a)=,b)+,c)++,d)==