Name the language in which the compiler of "c" in written?

Answer Posted / pankaj goswami

in "c" language

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the question is that what you have been doing all these periods (one year gap)

1720


What is the difference between pure virtual function and virtual function?

746


What are qualifiers?

694


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1908


How can I read a binary data file properly?

712






how is the examination pattern?

1693


Explain pointer. What are function pointers in C?

725


How can I get back to the interactive keyboard if stdin is redirected?

773


Is python a c language?

651


What is logical error?

715


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

767


Write a factorial program using C.

733


What is the role of && operator in a program code?

656


Can include files be nested?

720


what is the difference between class and unio?

1981