What functions are used in dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Do you know what is the purpose of 'extern' keyword in a function declaration?
In which category does main function belong??
what is difference b/w extern & volatile variable??
A program to write a number of letters and numbers, such as counting and display
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
What is string in c language?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
who is the editor of 'pokemon'?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Whether there can be main inside another main?If so how does it work?