Answer Posted / nashiinformaticssolutions
Command-line arguments are passed to the main() function as argc (argument count) and argv (argument vector).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is typedef example?
I have seen function declarations that look like this
What are keywords in c with examples?
Is c object oriented?
Is malloc memset faster than calloc?
What are the advantages and disadvantages of pointers?
What is the difference between memcpy and memmove?
Is there any demerits of using pointer?
What is a static function in c?
Difference between Shallow copy and Deep copy?
List the difference between a While & Do While loops?
Is c is a middle level language?
What is the use of in c?
Explain the bubble sort algorithm.
What are integer variable, floating-point variable and character variable?