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 |
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
What is calloc() function?
What is the use of parallelize in spark?
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.
What are dangling pointers?
Can you please explain the difference between syntax vs logical error?
Which is better between malloc and calloc?
How can I send mail from within a c program?
What are types of preprocessor in c?
Write a program to print "hello world" without using a semicolon?
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);
Write a program that takes a 5 digit number and calculates 2 power that number and prints it