What is the right way to use errno?


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

Post New Answer

More C Interview Questions

extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is difference between structure and union?

0 Answers  


How to removing white spces in c programming only bu using loops

2 Answers  


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  






How Many Header Files in c?

2 Answers   TCS,


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


How to establish connection with oracle database software from c language?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,


What is array of structure in c programming?

0 Answers  


2. What does static variable mean?

2 Answers  


How many types of operator or there in c?

0 Answers  


Categories