If errno contains a nonzero number, is there an error?


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

Post New Answer

More C Interview Questions

What is spark map function?

0 Answers  


How can I read data from data files with particular formats?

0 Answers  


What is s in c?

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


What is an example of enumeration?

1 Answers  


What does %d do in c?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 Answers  


where does it flourished?

0 Answers   Microsoft,


What is alloca() and why is its use discouraged?

1 Answers  


How are structure passing and returning implemented?

0 Answers  


Is it better to bitshift a value than to multiply by 2?

0 Answers  


Categories