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

Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


In c language can we compile a program without main() function?

0 Answers  


What is %lu in c?

0 Answers  


What is c variable?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,






what is memory leak?

3 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


What are the scope of static variables?

0 Answers  


Explain c preprocessor?

0 Answers  


Which header file is used for clrscr?

0 Answers  


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


Categories