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 is it better to bitshift a value than to multiply by 2?

1247

What is the best way to comment out a section of code that contains comments?

1388

How can I read and write comma-delimited text?

1123

What is the benefit of using const for declaring constants?

1103

how can I convert a string to a number?

1137

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

1238

What is meant by high-order and low-order bytes?

1102

Explain what are its uses in c programming?

1126

What is a program flowchart?

1283

How are 16- and 32-bit numbers stored?

1326

What is the difference between far and near ?

1244

How do you list files in a directory?

1210

What is the benefit of using #define to declare a constant?

1150

What header files do I need in order to define the standard library functions I use?

1118

How can type-insensitive macros be created?

1217


Post New C Questions

Un-Answered Questions { C }

which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

3331


What are logical errors and how does it differ from syntax errors?

1349


Explain what is the most efficient way to store flag values?

1271


What is the size of enum in bytes?

1134


How can I change the size of the dynamically allocated array?

1205


How can a program be made to print the line number where an error occurs?

1134


What is string in c language?

1246


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2021


What is meant by 'bit masking'?

1436


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2884


What is the best style for code layout in c?

1143


Do you have any idea how to compare array with pointer in c?

1092


What is the purpose of scanf() and printf() functions?

1298


Does * p ++ increment p or what it points to?

1190


What are structures and unions? State differencves between them.

1251