What is calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print factorial of given number using recursion?
Explain how does flowchart help in writing a program?
what is answer for perfect number????????????????
What are the differences between new and malloc in C?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
what does " calloc" do?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What is the difference between malloc() and calloc() function in c language?
what is void pointer?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
write a c program for swapping two strings using pointer