Why is c called "mother" language?



Why is c called "mother" language?..

Answer / Shivaji Choudhary

[n "C is often referred to as the 'mother' language due to its historical significance and influence on other programming languages. Many modern high-level languages, such as C++, C#, Java, JavaScript, and Python, have roots in C or were influenced by it."]

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What does static variable mean in c?

1 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Why header file is used in c?

1 Answers  


what is computer

4 Answers  


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


What are the types of i/o functions?

1 Answers  


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


What are bitwise shift operators in c programming?

1 Answers  


When is an interface "good"?

1 Answers  


What does static mean in c?

1 Answers  


Categories