what is meant by c

Answer Posted / matloob

c is a middle level language.
c is the mother of all the language.
c language is not a machine independent language.

Is This Answer Correct ?    22 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is better oop or procedural?

619


Difference between malloc() and calloc() function?

648


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

607


Why is this loop always executing once?

609


Does * p ++ increment p or what it points to?

602






Where does the name "C" come from, anyway?

635


What is a constant and types of constants in c?

595


How can I make it pause before closing the program output window?

567


What is array within structure?

574


What is sizeof int in c?

592


What are linker error?

606


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2328


Write a program in c to replace any vowel in a string with z?

680


How many levels of pointers have?

585


Explain function?

654