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

Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1125

What does it mean when the linker says that _end is undefined?

1148

What is the best way of making my program efficient?

1080

How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1074

What is assert and when would I use it?

1061

Why does notstrcat(string, "!");Work?

1203

How can I get the current date or time of day in a c program?

1268

How do I read the arrow keys? What about function keys?

1141

Why cant I open a file by its explicit path?

1081

What is the most efficient way to count the number of bits which are set in an integer?

1116

Once I have used freopen, how can I get the original stdout (or stdin) back?

1119

What is a good way to implement complex numbers in c?

1086

What are the complete rules for header file searching?

1130

How can I direct output to the printer?

1369

Are pointers integers in c?

1120


Post New C Questions

Un-Answered Questions { C }

ATM machine and railway reservation class/object diagram

5307


a c code by using memory allocation for add ,multiply of sprase matrixes

2861


What is meant by initialization and how we initialize a variable?

1090


What are the types of data files?

1252


What is indirection in c?

1114


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

1222


How do we make a global variable accessible across files? Explain the extern keyword?

1931


What is a protocol in c?

1051


how to make a scientific calculater ?

2128


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1410


Why malloc is faster than calloc?

1119


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2191


find out largest elemant of diagonalmatrix

2323


What is variable initialization and why is it important?

1332


What is structure of c program?

1227