what value is returned to operating system after program
execution?


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

Post New Answer

More C Interview Questions

Explain the properties of union. What is the size of a union variable

0 Answers  


What is array in C

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Explain how do you use a pointer to a function?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,






Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


How can I use a preprocessorif expression to ?

0 Answers  


What is the need of structure in c?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


is it possible to change the default calling convention in c ?

1 Answers   Aptech,


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


What is modifier & how many types of modifiers available in c?

0 Answers  


Categories