What is wild pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why does this code crash?
How to Throw some light on the splay trees?
Tell us bitwise shift operators?
What's a "sequence point"?
Can you apply link and association interchangeably?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
explain about storage of union elements.
can u give me the good and very optimised code for a car racing game?
What is ctrl c called?
how to implement stack work as a queue?
What is pointer and structure in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?