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

Explain how many levels deep can include files be nested?

1122

Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1321

Explain how do you list a file’s date and time?

1088

Explain what is meant by 'bit masking'?

1264

Explain can static variables be declared in a header file?

1196

Explain what are the different file extensions involved when programming in c?

1155

Explain which function in c can be used to append a string to another string?

1136

Explain what is page thrashing?

1160

Explain what will the preprocessor do for a program?

1111

Explain how do you search data in a data file using random access method?

1175

Explain what is the difference between a free-standing and a hosted environment?

1236

Explain what does the function toupper() do?

1127

Explain how can I write functions that take a variable number of arguments?

1128

Explain what are header files and explain what are its uses in c programming?

1201

Explain how does free() know explain how much memory to release?

1135


Post New C Questions

Un-Answered Questions { C }

What extern c means?

1061


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2572


Why is it usually a bad idea to use gets()? Suggest a workaround.

1867


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1264


Can a local variable be volatile in c?

1053


What is the use of pointers in C?

1133


What will be your course of action for a push operation?

1154


What is the c value paradox and how is it explained?

1107


What is clrscr in c?

1171


What is the difference between typedef struct and struct?

1164


When the macros gets expanded?

1484


What are identifiers c?

1142


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2412


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1065


Differentiate between calloc and malloc.

1317