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
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
How do you print an address?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
what is C?
Write the Program to reverse a string using pointers.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Why do u use # before include in a C Progam?
why TCS selected more student in the software field from all institution.
write a c program to check weather a particluar bit is set or not?
Why is c called c not d or e?