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?

1076

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

1286

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

1041

Explain what is meant by 'bit masking'?

1198

Explain can static variables be declared in a header file?

1154

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

1110

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

1092

Explain what is page thrashing?

1101

Explain what will the preprocessor do for a program?

1069

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

1136

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

1184

Explain what does the function toupper() do?

1077

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

1081

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

1159

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

1078


Post New C Questions

Un-Answered Questions { C }

What is union in c?

1117


Are the variables argc and argv are local to main?

1320


How can you convert integers to binary or hexadecimal?

1035


How do I send escape sequences to control a terminal or other device?

1078


Explain how can you avoid including a header more than once?

1093


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5954


Explain void pointer?

1045


Write a c program to demonstrate character and string constants?

2192


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2500


What is a structure and why it is used?

1228


When should the const modifier be used?

1115


What is the most efficient way to store flag values?

1192


write a progrmm in c language take user interface generate table using for loop?

2050


How can I sort a linked list?

1049


Are the outer parentheses in return statements really optional?

1117