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
the question is that what you have been doing all these periods (one year gap)
What is the difference between pure virtual function and virtual function?
What are qualifiers?
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.
How can I read a binary data file properly?
how is the examination pattern?
Explain pointer. What are function pointers in C?
How can I get back to the interactive keyboard if stdin is redirected?
Is python a c language?
What is logical error?
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
Write a factorial program using C.
What is the role of && operator in a program code?
Can include files be nested?
what is the difference between class and unio?