write a program to display all prime numbers
No Answer is Posted For this Question
Be the First to Post Answer
What is the sizeof () a pointer?
What is string constants?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
Are enumerations really portable?
sum of two integers values only other then integer it should print invalid input.
Write a program to print fibonacci series using recursion?
What is the difference between int main and void main in c?
How do I use void main?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
what are the compilation steps? ( i want inside the compiler )
in which language c language is written?