Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain what are run-time errors?


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

Post New Answer

More C Interview Questions

When we use void main and int main?

0 Answers  


What are the 5 data types?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


Is return a keyword in c?

0 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


Explain Doubly Linked Lists?

3 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


what is default constructor?

2 Answers   HCL,


What is chain pointer in c?

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


Categories