what is the c.

Answer Posted / nishant jain

C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a macro different from a function?

648


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

668


explain what are pointers?

610


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

707


When can you use a pointer with a function?

557






Explain what does the format %10.2 mean when included in a printf statement?

769


What is chain pointer in c?

595


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

2504


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

603


write a programming in c to find the sum of all elements in an array through function.

1698


What is restrict keyword in c?

635


Explain the array representation of a binary tree in C.

719


How we can insert comments in a c program?

619


How do you use a pointer to a function?

621


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2112