When should a far pointer be used?
No Answer is Posted For this Question
Be the First to Post Answer
What is calloc in c?
write a program to add two numbers of any size.....(remember any size)
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 ?
List the difference between a "copy constructor" and a "assignment operator"?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Hai why 'c' is the middle language
Is c an object oriented programming language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Can a program have multiple main() functions?
Explain how do you print only part of a string?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Explain what is page thrashing?