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 indirection?
what is the significance of static storage class specifier?
Explain what are preprocessor directives?
What is the correct declaration of main?
Describe dynamic data structure in c programming language?
Explain the difference between null pointer and void pointer.
int i=10; printf("%d %d %d", i, i=20, i);
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the different types of control structures?
difference between native and cross compilers
Is main is user defined function?
Explain what are global variables and explain how do you declare them?
What is dynamic variable in c?
Write a program to print ASCII code for a given digit.