How can I delete a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of structure in c?
What is the difference between a string and an array?
Which is an example of a structural homology?
What are the different types of data structures in c?
What is the code in while loop that returns the output of given code?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Is struct oop?
Write a program that receives as input a number omaadel-n-print, four digits.
How can you increase the size of a dynamically allocated array?
What are preprocessor directives in c?
Explain what does a function declared as pascal do differently?
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?