Challenger App

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;

}

 

 

ഉയർന്ന തലത്തിലുള്ള ഭാഷകളിൽ എഴുതിയ പ്രോഗ്രാമുകൾ യന്ത്രഭാഷകളിലേക്ക് മാറ്റുന്നതിന് -------- ഉപയോഗിക്കുന്നു.
In C++, when a class serves as a base class to others :
സ്വതന്ത്ര കമ്പ്യൂട്ടർ ഭാഷയായ പൈത്തൺ രൂപകൽപ്പന ചെയ്തത് ആരുടെ നേതൃത്വത്തിലാണ് ?

' പ്രോലോഗ് ' കമ്പ്യൂട്ടർ പ്രോഗ്രാം ലാംഗ്വേജുമായി ബന്ധപ്പെട്ട്  ശരിയായ പ്രസ്താവനകൾ ഏതൊക്കെയാണ് ?  

  1. ' Programming Logic ' എന്നതിന്റെ ചുരുക്കെഴുത്താണ് പ്രോലോഗ്  
  2. പ്രോലോഗ് വികസിപ്പിച്ചഫ്രഞ്ച് കമ്പ്യൂട്ടർ ശാസ്ത്രജ്ഞൻ - അലെൻ കോൾമറാവർ 
  3. .pl, .pro, .P എന്നിവയെല്ലാം പ്രോലോഗ് ഫയൽ എക്സ്റ്റൻഷനാണ്  
  4. പ്രോലോഗ്  കമ്പ്യൂട്ടർ പ്രോഗ്രാം ലാംഗ്വേജ് ആദ്യമായി പുറത്തിറങ്ങിയ വർഷം - 1972