Are the variables argc and argv are local to main?
No Answer is Posted For this Question
Be the First to Post Answer
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Why c is called object oriented language?
Can static variables be declared in a header file?
Which is better between malloc and calloc?
how can use subset in c program and give more example
Why is c used in embedded systems?
Can the sizeof operator be used to tell the size of an array passed to a function?
Tell us bitwise shift operators?
What is the difference between a structure and a union?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is the best way to store flag values in a program?
What is the concatenation operator?