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...

who did come first hen or agg

Answer Posted / rahul valeja

ITS ZYGOTE THAT CAME FIRST YOU FOOLS...!

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is wrong with this program statement?

1069


where are auto variables stored? What are the characteristics of an auto variable?

1019


Is c still used?

999


How can I insert or delete a line (or record) in the middle of a file?

977


How can type-insensitive macros be created?

1127


which is an algorithm for sorting in a growing Lexicographic order

1747


Write a program to check armstrong number in c?

1082


What is c definition?

1195


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

1361


Explain how can I pad a string to a known length?

1123


What is the benefit of using #define to declare a constant?

1044


Difference between malloc() and calloc() function?

1130


What is the significance of an algorithm to C programming?

997


Why is extern used in c?

1051


How are variables declared in c?

1028