Answer Posted / arunkumar
In America AT & T Bell laboratory Mr.Dennis Richie invented
the c.The BCPL is before the invention of c Language.
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
Write a program to reverse a linked list in c.
Write a program to print all permutations of a given string.
When is a void pointer used?
What are different types of operators?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
What is the heap?
What is c method?
What is the full form of getch?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What does 3 mean in texting?
What is unary operator?
Why pointers are used in c?
What do you understand by normalization of pointers?
What is ambagious result in C? explain with an example.