how to build a exercise findig min number of e heap with list
imlemented?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why can’t we compare structures?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


How does sizeof know array size?

0 Answers  


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

0 Answers  


What are the advantages of union?

0 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


how to implement stack operation using singly linked list

2 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


what are the various memory handling mechanisms in C ?

4 Answers   HP,


what is c

1 Answers  


Categories