Write a program to print numbers from 1 to 100 without using loop in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between char array and char pointer?
what are bitwise shift operators?
when user give a number it multiply with 9 without useing '+' and '*' oprator
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Suggesting that there can be 62 seconds in a minute?
What are the types of variables in c?
What is dangling pointer in c?
What is the scope of an external variable in c?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
int i=10; printf("%d %d %d", i, i=20, i);
Why malloc is faster than calloc?