How the C program can be compiled?

Answers were Sorted based on User's Feedback



How the C program can be compiled?..

Answer / prajeesha.k

alt+f8

Is This Answer Correct ?    2 Yes 15 No

Post New Answer

More C Interview Questions

implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


Explain how do you convert strings to numbers in c?

0 Answers  


Where define directive used?

0 Answers  


Which programming language is best for getting job 2020?

0 Answers  


What does typeof return in c?

0 Answers  






What is memory leak in c?

0 Answers  


Is c still relevant?

0 Answers  


how can we Declare a variable in c without defining it.

1 Answers   TCS,


What is #include called?

0 Answers  


c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Categories