what is diff b/w huge & far & near pointer??
Answer / mani
far pinters are of 32 bits n near pointers are of 16 bits
| Is This Answer Correct ? | 7 Yes | 0 No |
What is wrong with this program statement? void = 10;
how to write palindrome program?
Find occurence of a character in a sting.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Why ordinary variable store only one value
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is the easiest sorting method to use?
How do you determine a file’s attributes?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How does the C program handle segmentation faults?
What is time null in c?
How can I access memory located at a certain address?