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

Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


Difference between linking and loading?

0 Answers  


related to rdbms query .

2 Answers  


write a program structure to find average of given number

1 Answers  


What are # preprocessor operator in c?

0 Answers  






WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


What is c token?

0 Answers  


Explain what is #line used for?

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


In which language linux is written?

0 Answers  


Explain bitwise shift operators?

0 Answers  


Categories