how to build a exercise findig min number of e heap with list
imlemented?
Why can’t we compare structures?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How does sizeof know array size?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What are the advantages of union?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
how to implement stack operation using singly linked list
char ch=10;printf("%d",ch);what is the output
A C E G H +B D F A I ------------ E F G H D
what are the various memory handling mechanisms in C ?
what is c