In which language linux is written?
Example of friendly function in c++
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain what is the best way to comment out a section of code that contains comments?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is a pointer on a pointer in c programming language?
What is the explanation for the dangling pointer in c?
Do you know pointer in c?
can any one tel me wt is the question pattern for NIC exam
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What do you mean by c?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Explain the red-black trees?