Write a program of prime number using recursion.
No Answer is Posted For this Question
Be the First to Post Answer
Which one would you prefer - a macro or a function?
what will happen if you free a pointer twice after allocating memory dynamically ?
Given an unsigned integer, find if the number is power of 2?
how to write hello word without using semicolon at the end?
What is masking?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is a const pointer, and how does it differ from a pointer to a const?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
implement NAND gate logic in C code without using any bitwise operatior.
What do the functions atoi(), itoa() and gcvt() do?
what is a non volatile key word in c language?
What is the difference between malloc() and calloc()?