Name the language in which the compiler of "c" in written?
Answers were Sorted based on User's Feedback
Answer / 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 |
Is that possible to add pointers to each other?
What is the difference between near, far and huge pointers?
Can you please compare array with pointer?
Explain what are the standard predefined macros?
Explain how can I make sure that my program is the only one accessing a file?
Here is a neat trick for checking whether two strings are equal
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
. Explain the differences between fork() and exec() in C
How can I handle floating-point exceptions gracefully?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what do you mean by enumeration constant?