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 |
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
can we change the default calling convention in c if yes than how.........?
How does placing some code lines between the comment symbol help in debugging the code?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
what is c programing
Lists the benefits of c programming language?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is floating point constants?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Explain the Difference between the New and Malloc keyword.