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

Difference between strcpy() and memcpy() function?

1148

Explain the use of bit fieild.

1139

Difference between MAC vs. IP Addressing

1149

Define Array of pointers.

1108

What are the Advantages of using macro

1177

Explain the use of 'auto' keyword

1125

Explain how to reverse singly link list.

1145

Difference between exit() and _exit() function?

1136

What is the Purpose of 'extern' keyword in a function declaration?

1083

What is linear search?

1136

Explain the bubble sort algorithm.

1070

Describe the steps to insert data into a singly linked list.

1077

Define the scope of static variables.

1132

Difference between malloc() and calloc() function?

1201

Define Spanning-Tree Protocol (STP)

1131


Post New C Questions

Un-Answered Questions { C }

Can the sizeof operator be used to tell the size of an array passed to a function?

1118


What is the -> in c?

1014


Explain modulus operator.

1057


Do you know the difference between exit() and _exit() function in c?

1062


What are the three constants used in c?

995


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

1438


What are the different types of endless loops?

1080


Can main () be called recursively?

1123


What are data structures in c and how to use them?

1172


Differentiate between functions getch() and getche().

1051


Describe static function with its usage?

1210


code for quick sort?

2033


What type of function is main ()?

1043


what will be maximum number of comparisons when number of elements are given?

1909


while initialization of array why we use a[][2] why not a[2][]...?

2360