In which language linux is written?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Example of friendly function in c++

2 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


What is a pointer on a pointer in c programming language?

0 Answers  






What is the explanation for the dangling pointer in c?

0 Answers  


Do you know pointer in c?

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What do you mean by c?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Explain the red-black trees?

0 Answers  


Categories