What is a static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between. system call and library function?
What are different storage class specifiers in c?
What are the advantages of using Unions?
Can i use Two or More Main Funtion in any C program.?
can anyone please tell about the nested interrupts?
What is the description for syntax errors?
What is difference between far and near pointers?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Describe the header file and its usage in c programming?
How to set a variable in the environment list?
can we execute the program with the object file
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