Write a program to print factorial of given number using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
what is the difference between malloc() and calloc() function?
what is the different between data structure and data type?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What are disadvantages of C language.
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Write a simple code fragment that will check if a number is positive or negative.
write a program that explain #define and # undef directive
How do you define a string?
What does. int *x[](); means ?
what is answer for perfect number????????????????