Write a program of prime number using recursion.
No Answer is Posted For this Question
Be the First to Post Answer
How can a number be converted to a string?
how many error occurs in C language ?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Why clrscr is used after variable declaration?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is sizeof array in c?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What is the difference between null pointer and wild pointer?
main() {int a=200*200/100; printf("%d",a); }
Is Exception handling possible in c language?
What is self-referential structure in c programming?