What are Storage Classes in C ?
Answer Posted / mayank
COMMAND LINE ARGUMENT IN C:::
THE ARGUMENT THAT WE PASS ON TO MAIN() AT THE COMMAND PROMPT
ARE CALLED COMMAND LINE ARGUMENT .........
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
What is break statement?
How can I remove the trailing spaces from a string?
Tell us bitwise shift operators?
What is storage class?
What is unsigned int in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are logical errors and how does it differ from syntax errors?
There seem to be a few missing operators ..
Suggesting that there can be 62 seconds in a minute?
Describe the header file and its usage in c programming?
How can this be legal c?
What is C language ?
Which function in C can be used to append a string to another string?
Hai what is the different types of versions and their differences
What does return 1 means in c?