How many bytes are occupied by near, far and huge pointers (dos)?
No Answer is Posted For this Question
Be the First to Post Answer
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
what is the use of macro program
Explain the difference between fopen() and freopen().
Describe wild pointers in c?
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Describe the header file and its usage in c programming?
what is the difference between malloc() and calloc() function?
write a program in c to read array check element is present or not?
Describe the modifier in c?
where does it flourished?
Is null a keyword in c?