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

What is hashing in c?

0 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What is an example of enumeration?

1 Answers  


What is typeof in c?

0 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,






What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


What is gets() function?

0 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


Are global variables static in c?

0 Answers  


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


Categories