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

struct node {struct node*temp,*new}
prinf("%d",sizeof(struct node));

Answer Posted / dani

It's architecture dependent. If you have a 32 bit address than the output will be 4 (octets), if the address is 64 bit than it'll be 8.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by normalization of pointers?

998


What does the file stdio.h contain?

996


How arrays can be passed to a user defined function

963


Can the “if” function be used in comparing strings?

975


What are enumerated types?

1098


Which is the best website to learn c programming?

1023


What is atoi and atof in c?

1020


Can two or more operators such as and be combined in a single line of program code?

1306


What is pre-emptive data structure and explain it with example?

3652


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2502


What's the best way of making my program efficient?

1034


What is malloc() function?

1095


Write a simple code fragment that will check if a number is positive or negative.

1094


Write a Program to find whether the given number or string is palindrome.

1222


write a program to print largest number of each row of a 2D array

2267