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 spaghetti programming?

0 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  






main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


What does extern mean in a function declaration?

4 Answers  


what is the little endian and big endian?

1 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What is a symbolic constant?

1 Answers  


What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


Categories