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

Post New Answer

More C Interview Questions

what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


What are different storage class specifiers in c?

0 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


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.

1 Answers  






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

10 Answers   IBM, Infosys,


mplementation of stack using any programing language

1 Answers   Marlabs,


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What are the different categories of functions in c?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  


Categories