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?

994

What is logical error?

1045

If you know then define #pragma?

1030

What is the c language function prototype?

1020

What is #line?

981

Can main () be called recursively?

1045

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

975

Tell us bitwise shift operators?

999

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

963

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

1014

What is memcpy() function?

1023

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?

1181

What is a macro in c preprocessor?

1030

How to compare array with pointer in c?

1023

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

982


Post New C Questions

Un-Answered Questions { C }

Can we declare a function inside a function in c?

967


Explain the concept and use of type void.

1041


Can you write the function prototype, definition and mention the other requirements.

1063


Is c programming hard?

943


Implement bit Array in C.

1078


What do you know about the use of bit field?

969


What happens if you free a pointer twice?

1007


largest Of three Number using without if condition?

1492


Should I learn data structures in c or python?

949


Why is c faster?

977


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

1328


Is return a keyword in c?

1009


How to Throw some light on the splay trees?

978


Can a program have two main functions?

1037


What is equivalent to ++i+++j?

1016