What are the scope of static variables?
No Answer is Posted For this Question
Be the First to Post Answer
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is a scope resolution operator in c?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
What does 2n 4c mean?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
What are unions in c?
When was c language developed?
Why array starts with index 0
What happens if header file is included twice?
Is exit(status) truly equivalent to returning the same status from main?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
How to Throw some light on the splay trees?