Are the variables argc and argv are local to main?
No Answer is Posted For this Question
Be the First to Post Answer
Which driver is a pure java driver
how to create duplicate link list using C???
What is the difference between array and linked list in c?
What are function pointers? Provide an example.
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is structure padding & expalain wid example what is bit wise structure?
What is calloc() function?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the difference between strcpy() and memcpy() function in c programming?
How can I access a memory located at certain address?
Which function in C can be used to append a string to another string?
How would you sort a linked list?