What do you mean by command line argument?
No Answer is Posted For this Question
Be the First to Post Answer
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Can we compile a program without main() function?
What is selection sort in c?
Explain how are portions of a program disabled in demo versions?
What is array of structure in c?
Explain the use of bit fieild.
Explain the Difference between the New and Malloc keyword.
What is wild pointer in c?
which is faster execution: loops or recursion?
write a program of bubble sort using pointer?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
What are categories used for in c?