c programs are converted into machine language with the help of
a) an interpreter
b) a compiler
c) an operatinf system
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
what is reason of your company position's in india no. 1.
What are different storage class specifiers in c?
What is an array? What the different types of arrays in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
mplementation of stack using any programing language
Who had beaten up hooligan "CHAKULI" in his early college days?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
What are the different categories of functions in c?
What is the general form of #line preprocessor?