What is a loop?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
Write a program to generate random numbers in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Why array starts with index 0
wt is d full form of c
Hi can anyone tell what is a start up code?
What is class and object in c?
Why doesnt that code work?
Which one would you prefer - a macro or a function?
When would you use a pointer to a function?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.