What are near, far and huge pointers?
No Answer is Posted For this Question
Be the First to Post Answer
When should I declare a function?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Why is the code below functioning. According to me it MUST NOT.
who is the editor of 'pokemon'?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
Explain what are the advantages and disadvantages of a heap?
Can main () be called recursively?
What is array within structure?
What is FIFO?
How can I read and write comma-delimited text?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
Explain what is the difference between text files and binary files?