Can you write a programmer for FACTORIAL using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
is it possible to create your own header files?
write a program that print itself even if the source file is deleted?
What is graph in c?
write a programming in c language, 1 3 5 7 9 11
Explain what does a function declared as pascal do differently?
can any one tel me wt is the question pattern for NIC exam
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is return type in c?
what is use#in c
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
Why pointers are used in c?