write a program to find out prime number using sieve case?
No Answer is Posted For this Question
Be the First to Post Answer
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What does %2f mean in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
c programming of binary addition of two binary numbers
What is the purpose of type declarations?
Is c# a good language?
Explain how do you print only part of a string?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Can you explain the four storage classes in C?
please send me the code for multiplying sparse matrix using c