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

Why is main function so important?

0 Answers  


Explain what are binary trees?

0 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


what is a static function

10 Answers   Satyam,


What is string length in c?

0 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


what is event driven software and what is procedural driven software?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


How to print "I Love My India" without using semi colon?

4 Answers  


Categories