Who invented b language?



Who invented b language?..

Answer / Bijay Kumar

Ken Thompson, the creator of Unix operating system, invented the B programming language in 1970 at Bell Labs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

1 Answers  


What is calloc() function?

1 Answers  


What is the use of parallelize in spark?

1 Answers  


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

1 Answers  


What are dangling pointers?

1 Answers  


Can you please explain the difference between syntax vs logical error?

1 Answers  


Which is better between malloc and calloc?

1 Answers  


How can I send mail from within a c program?

1 Answers  


What are types of preprocessor in c?

1 Answers  


Write a program to print "hello world" without using a semicolon?

1 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

1 Answers   Wilco,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


Categories