how can i access hard disk address(physical address)?
are we access hard disk by using far,near or huge pointer?
if yes then please explain.....
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
What is int main () in c?
What is that continue statement??
Explain what are global variables and explain how do you declare them?
Why #include is used in c language?
What language is c written?
what do the 'c' and 'v' in argc and argv stand for?
What is the use of getchar functions?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Differentiate call by value and call by reference?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.