What does node * mean?
No Answer is Posted For this Question
Be the First to Post Answer
When is a void pointer used?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is a ternary operator in c?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What is dynamic memory allocation?
Tell me when is a void pointer used?
given post order,in order construct the corresponding binary tree
What do you mean by command line argument?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
wats SIZE_T meant for?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are the advantages of external class?