List the difference between a While & Do While loops?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=400,j=300; printf("%d..%d"); }
How can you find the exact size of a data type in c?
What is openmp in c?
What is the difference between declaring a variable and defining a variable?
Write a program of advanced Fibonacci series.
Why Modern OS are interrupt driven?Give an example
What are variables c?
application attempts to perform an operation?
What is a const pointer, and how does it differ from a pointer to a const?
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What is wild pointer in c with example?