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

What does a function declared as pascal do differently?

1222

What’s a signal? Explain what do I use signals for?

1156

How do you determine whether to use a stream function or a low-level function?

1191

What is a 'null pointer assignment' error?

1250

What will be the outcome of the following conditional statement if the value of variable s is 10?

1370

How do you use a pointer to a function?

1148

How can you avoid including a header more than once?

1022

What is the heap?

1258

What is wrong with this program statement?

1083

How do you override a defined macro?

1314

How do you list a file’s date and time?

1109

What is #line used for?

1072

How can you check to see whether a symbol is defined?

1140

Is it valid to address one element beyond the end of an array?

1225

What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1292


Post New C Questions

Un-Answered Questions { C }

Explain the use of 'auto' keyword in c programming?

1183


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

1313


What is the size of a union variable?

1098


Is javascript based on c?

1115


Explain 'bus error'?

1164


Explain what are binary trees?

1128


Tell me what is the purpose of 'register' keyword in c language?

1039


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


Is c still relevant?

1138


Can a pointer be volatile in c?

1041


Are c and c++ the same?

1103


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3383


What are structure types in C?

1153


How can this be legal c?

1148


What is the difference between functions abs() and fabs()?

1207