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

Can we use any name in place of argv and argc as command line arguments?

1080

What is logical error?

1136

If you know then define #pragma?

1116

What is the c language function prototype?

1095

What is #line?

1067

Can main () be called recursively?

1130

Do you know what are the properties of union in c?

1087

Tell us bitwise shift operators?

1104

What is the purpose of 'register' keyword in c language?

1033

What is the difference between malloc() and calloc() function in c language?

1091

What is memcpy() function?

1128

If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1271

What is a macro in c preprocessor?

1108

How to compare array with pointer in c?

1119

Tell me when would you use a pointer to a function?

1075


Post New C Questions

Un-Answered Questions { C }

What is c definition?

1285


How are Structure passing and returning implemented by the complier?

1176


Write a program to swap two numbers without using third variable in c?

1141


When we use void main and int main?

1094


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); }

1449


What does the format %10.2 mean when included in a printf statement?

1663


Which one would you prefer - a macro or a function?

1097


c program to compute AREA under integral

2414


What is #include cctype?

1131


What is a structure and why it is used?

1234


In C language what is a 'dangling pointer'?

1172


What is a #include preprocessor?

1163


There seem to be a few missing operators ..

1054


Differentiate between a for loop and a while loop? What are it uses?

1193


What is the difference between arrays and pointers?

1136