App Logo

No.1 PSC Learning App

1M+ Downloads
The 'C' Programming language was designed by ____ as a system programming language for UNIX.

ADennis Ritchie

BJohn Bridge

CAntony James Barr

DJonathan Blow

Answer:

A. Dennis Ritchie


Related Questions:

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

താഴെ പറയുന്ന പ്രസ്താവനകൾ ഏത് പ്രോഗ്രാമിങ് ലാംഗ്വേജിനെപ്പറ്റിയാണ് എന്ന് തിരിച്ചറിയുക ?

  1. 1957 ൽ ജോൺ ബർക്കസ് എന്ന അമേരിക്കൻ കമ്പ്യൂട്ടർ ശാസ്ത്രജ്ഞൻ വികസിപ്പിച്ചു 
  2. ആദ്യത്തെ ഹൈലെവൽ പ്രോഗ്രാമിങ് ഭാഷയാണ് ഇത് 
  3. പുതിയ കമ്പ്യൂട്ടർ പ്രോസസറുകളുടെ പ്രവർത്തനമികവ് കണക്കാക്കുന്നതിനുള്ള പ്രോഗ്രാമുകൾ എഴുതാൻ ഉപയോഗിക്കുന്നു 
The assembly language uses symbols instead of numbers known as:
The malloc() function in C :
The generic name used for unexpected errors that occur during the execution of a programme is called :