Tell me with an example the self-referential structure?
No Answer is Posted For this Question
Be the First to Post Answer
Determine if a number is a power of 2 at O(1).
Is c language still used?
What is declaration and definition in c?
What is void main () in c?
write a function for strtok()??
Explain what is output redirection?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What is the difference between constant pointer and pointer to a constant. Give examples.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
What is the condition that is applied with ?: Operator?
How pointers are declared?
main() { int i; printf("%d",i^i); }