What does malloc () calloc () realloc () free () do?
No Answer is Posted For this Question
Be the First to Post Answer
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
how to use enum datatype?Please explain me?
How can I find out how much free space is available on disk?
Is fortran still used today?
How to draw the flowchart for structure programs?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Can we assign integer value to char in c?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
write a program to swap two variables a=5 , b= 10 without using third variable
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
what is the difference between getch() and getchar()?
Explain what is wrong with this program statement? Void = 10;