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

Why is python slower than c?

1044

What are volatile variables in c?

901

What is static function in c?

1078

What is the scope of global variable in c?

965

What is the default value of local and global variables in c?

1000

What is const volatile variable in c?

1003

Why we use conio h in c?

1168

Where are local variables stored in c?

996

Where register variables are stored in c?

930

What is the scope of local variable in c?

1068

What is const keyword in c?

1133

What is a global variable in c?

968

Why static is used in c?

1046

What extern c means?

943

What is default value of global variable in c?

951


Post New C Questions

Un-Answered Questions { C }

How do you construct an increment statement or decrement statement in C?

1188


Why isn't any of this standardized in c? Any real program has to do some of these things.

1174


What is meant by type casting?

1031


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1378


Is it possible to have a function as a parameter in another function?

1050


How can I implement a delay, or time a users response, with sub-second resolution?

1049


What is the advantage of c?

1065


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2282


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1034


What is file in c language?

976


Explain what is a const pointer?

1050


What is character constants?

1142


What are disadvantages of C language.

1121


How do you view the path?

1087


How can I automatically locate a programs configuration files in the same directory as the executable?

1121