What is pragma in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages & disadvantages of unions?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are loops in c?
What is the use of #include in c?
code for inverse a matrix
difference between function & structure
Is it possible to use curly brackets ({}) to enclose single line code in c program?
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
Which is the best sort method for library management?
what does exit() do?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is advantage of pointer in c?