what is use of malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Which driver is a pure java driver
Write a Program to accept different goods with the number, price and date of purchase and display them
How is a null pointer different from a dangling pointer?
What is keyword in c?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What are header files why are they important?
Write a C program to convert an integer into a binary string?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How do you write a program which produces its own source code as its output?