Explain what is the heap?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what happens if you free a pointer twice?
about c language
What are header files in c?
how to devloped c lenguege?
Write a program that can show the multiplication table.
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
Explain the use of fflush() function?
Write a program to check whether a number is prime or not using c?
Can you pass an entire structure to functions?
How does C++ help with the tradeoff of safety vs. usability?
What are the complete rules for header file searching?
Explain the difference between struct and union.