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 |
What does static variable mean in c?
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;
Why header file is used in c?
what is computer
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
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(); }
What are the types of i/o functions?
Can you think of a way when a program crashed before reaching main? If yes how?
What are bitwise shift operators in c programming?
When is an interface "good"?
What does static mean in c?