what is the meaning of 'c' language
Answers were Sorted based on User's Feedback
Answer / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
What are the different types of control structures?
What should not contain a header file?
What is Conio.h ?
define string ?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Write a programe print the sum of series 0,1,2,.....10
What are the different types of storage classes in C?
What happens if a header file is included twice?
How can I implement sets or arrays of bits?
wap to print "hello world" without using the main function.
plz answer..... a program that reads non-negative integer and computes and prints its factorial