Is linux written in c or c++?


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

Post New Answer

More C++ General Interview Questions

Are iterators pointers?

0 Answers  


What is c++ redistributable?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

0 Answers  


What is a local variable?

0 Answers  


How does c++ sort work?

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


What are single and multiple inheritances in c++?

0 Answers  


How do I exit turbo c++?

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


Categories