What is an operator?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
Can we write a program without main() function?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What are the two forms of #include directive?
What is default value of global variable in c?
What is the explanation for modular programming?
What are the uses of a pointer?
I have a varargs function which accepts a float parameter?
How will you find a duplicate number in a array without negating the nos ?
What are the different types of pointers?
How to write a C program to determine the smallest among three nos using conditional operator?
what is the difference between structure and union?