how do you execute a c program in unix.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Give basis knowledge of web designing ...

0 Answers   HCL,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Can a pointer point to null?

0 Answers  


Explain what is meant by 'bit masking'?

0 Answers  






Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Can main () be called recursively?

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


What is a stream water?

0 Answers  


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


Categories