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...

C Interview Questions
Questions Answers Views Company eMail

Why should I use standard library functions instead of writing my own?

1313

What is the difference between text and binary modes?

1240

How can I copy just a portion of a string?

1364

When should the volatile modifier be used?

1233

Why shouldn’t I start variable names with underscores?

1115

Explain what is the difference between text files and binary files?

1215

Is it possible to execute code even after the program exits the main() function?

1393

How can I remove the leading spaces from a string?

1210

How can you determine the maximum value that a numeric variable can hold?

1297

Can you add pointers together? Why would you?

1182

When should the const modifier be used?

1154

How can you pass an array to a function by value?

1178

How many levels of pointers can you have?

1245

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

1430

Should a function contain a return statement if it does not return a value?

1136


Post New C Questions

Un-Answered Questions { C }

what is stack , heap ,code segment,and data segment

2764


What is an expression?

1108


What is the difference between single charater constant and string constant?

1135


Is there a way to jump out of a function or functions?

1165


write a program to rearrange the array such way that all even elements should come first and next come odd

2353


Can stdout be forced to print somewhere other than the screen?

1089


Is c dynamically typed?

1208


why do some people write if(0 == x) instead of if(x == 0)?

1125


What is meant by operator precedence?

1202


What is the general form of #line preprocessor?

1039


Write a program to swap two numbers without using the third variable?

1117


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 ].

1138


What is an lvalue in c?

1181


What is the explanation for the dangling pointer in c?

1177


What is a pointer variable in c language?

1153