Name the language in which the compiler of "c" in written?
Answer Posted / pappu kumar sharma
an ANSI type of compiler if you type in the name of a file
that hold C source
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How will you write a code for accessing the length of an array without assigning it to another variable?
Why is c called c not d or e?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
develop algorithms to add polynomials (i) in one variable
Explain how can you check to see whether a symbol is defined?
How can this be legal c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How can I avoid the abort, retry, fail messages?
What is #include conio h?
Add Two Numbers Without Using the Addition Operator
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Explain how can I remove the trailing spaces from a string?
differentiate built-in functions and user – defined functions.
How can you return multiple values from a function?