int far *near * p; means
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for print infinite numbers
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
ASCII stands for
write a program to add two numbers of any size.....(remember any size)
What is the purpose of sprintf?
What is function and its example?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
what is the use of #pragma pack, wer it is used?
List some applications of c programming language?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
How do I use void main?
Do you know what is the purpose of 'extern' keyword in a function declaration?