what is c?

Answer Posted / m.karthik

c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

find out largest elemant of diagonalmatrix

1651


What does it mean when a pointer is used in an if statement?

602


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1663


Can we declare variables anywhere in c?

580


What is the value of uninitialized variable in c?

576






How will you find a duplicate number in a array without negating the nos ?

1648


Create a simple code fragment that will swap the values of two variables num1 and num2.

813


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

657


How would you obtain the current time and difference between two times?

730


When we use void main and int main?

588


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2269


Why c language?

648


Write a program which returns the first non repetitive character in the string?

603


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2652


What are global variables and how do you declare them?

621