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 |
Write the test cases for checking a variable having value in range -10.0 to +10.0?
can u give me the good and very optimised code for a car racing game?
What is the use of typedef in c?
What is a global variable in c?
which one is highest Priority in c? a)=,b)+,c)++,d)==
What is selection sort in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Write a program for finding factorial of a number.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Can the size of an array be declared at runtime?
What is a program flowchart and explain how does it help in writing a program?