Explain what is the heap?
No Answer is Posted For this Question
Be the First to Post Answer
c program to input values in a table(using 2D array) and print odd numbers from them
Do you know what are the properties of union in c?
What is the difference between array and linked list in c?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
WHAT IS HEADER?
How old is c programming language?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Explain how can a program be made to print the name of a source file where an error occurs?
how to find the binary of a number?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Why c language?