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

what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


What is spark map function?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  






Is flag a keyword in c?

0 Answers  


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


ASCII stands for

1 Answers  


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


What is variable declaration and definition in c?

0 Answers  


Explain what are multibyte characters?

0 Answers  


How to declare pointer variables?

0 Answers  


Categories