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 ptr
{
int a;
char b;
int *p;
}abc;
what is d sizeof structure without using "sizeof" operator??

Answer Posted / ryan

The size of the structure is 5 bytes

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope rule in c?

1075


What are the properties of union in c?

1055


What is the difference between exit() and _exit() function?

1050


How do you declare a variable that will hold string values?

1183


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

1316


what value is returned to operating system after program execution?

2128


what are the 10 different models of writing an addition program in C language?

1897


How is null defined in c?

1158


write a proram to reverse the string using switch case?

2954


Explain pointer. What are function pointers in C?

1087


What is a macro, and explain how do you use it?

1086


How are pointers declared in c?

1069


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1285


How do you do dynamic memory allocation in C applications?

1091


What is string length in c?

1110