What is the importance of c in your views?
No Answer is Posted For this Question
Be the First to Post Answer
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Why pointers are used in c?
What are the storage classes in C?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Is c compiled or interpreted?
How many data structures are there in c?
How is a null pointer different from a dangling pointer?
What are the scope of static variables?
can we have joblib in a proc ?
Why static is used in c?
Explain what are the standard predefined macros?
what is level of tree if leaf node is at level 4.please explain.