What is the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
5) 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.without using big int and exponential function
code for selection sort?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Explain the term printf() and scanf() used in c language?
how memory store byte
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Give me the code of in-order recursive and non-recursive.
What language is c written?
Why are all header files not declared in every c program?
In C, What is the #line used for?
How can I handle floating-point exceptions gracefully?