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

write a program for size of a data type without using
sizeof() operator?

Answer Posted / puneet

PLS TYPE ANSWER

Is This Answer Correct ?    16 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

976


When can you use a pointer with a function?

988


what is the difference between class and unio?

2302


What is bss in c?

1044


How do I swap bytes?

1021


Explain what are global variables and explain how do you declare them?

1081


What is function prototype in c with example?

999


Differentiate abs() function from fabs() function.

957


Why header file is used in c?

1021


Place the #include statement must be written in the program?

988


Write a program to check whether a number is prime or not using c?

1007


What is a volatile keyword in c?

1109


can we implement multi-threads in c.

1086


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1441


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1298