Explain what is the heap?


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

Post New Answer

More C Interview Questions

What are the application of c?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


C language questions for civil engineering

0 Answers   Tech Mahindra,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  






What are pointers in C?

5 Answers   KPIT,


Write a program to generate prime factors of a given integer?

2 Answers  


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Which programming language is best for getting job 2020?

0 Answers  


Categories