Are the variables argc and argv are always local to main?
No Answer is Posted For this Question
Be the First to Post Answer
How do you print an address?
What are pointers? Why are they used?
what is the difference between getch() and getche()?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is putchar() function?
how logic is used
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Explain Function Pointer?
code for selection sort?
How variables are declared in c?
Why void main is used in c?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }