What is the purpose of main( ) in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Why cant I open a file by its explicit path?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What is the output of printf("%d", printf("Hello"));?
what is the difference between postfix and prefix unary increment operators?
What does the message "warning: macro replacement within a string literal" mean?
input any 4 digit number and find the difference of all the digits?
Explain how can you restore a redirected standard stream?
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?
How do you override a defined macro?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
what is the difference between definition and declaration? give me some examples.
write a program in c to print **** * * * * ****