write a program to find out prime number using sieve case?
No Answer is Posted For this Question
Be the First to Post Answer
i have a written test in tomorrow
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
Is boolean a datatype in c?
What is meant by int fun const(int a, int b) { .... ... }
Is that possible to add pointers to each other?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
how can i calculate mean,median,mode by using c program
Can you explain the four storage classes in C?
Why are algorithms important in c program?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain how can I prevent another program from modifying part of a file that I am modifying?