What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is action and transformation in spark?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
to convert a string without using decrement operater and string functions
Explain the difference between getch() and getche() in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Who invented bcpl language?
What is use of bit field?
Why is c not oop?
Does c have circular shift operators?
what is differnence b/w macro & functions