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 simple program to find the size of different basic
data types in C.

Answer Posted / jugad

#include
#include
int main()
{
printf(“%d %d %d %d”,sizeof(int),sizeof(unsigned
int),sizeof(float),sizeof(char));
getch();
return 0;
}

courtesy:http://answerwale.co.cc/?p=23

Is This Answer Correct ?    21 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is this pointer in c plus plus?

1143


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3567


What do header files do?

1140


What is a nested loop?

1182


Explain setjmp()?

1119


I need previous papers of CSC.......plz help out by posting them.......

2352


What is modeling?

1097


What is wrong with this initialization?

1065


What is bubble sort technique in c?

1040


What is meant by 'bit masking'?

1439


Define macros.

1331


How variables are declared in c?

1106


Why structure is used in c?

1239


Give differences between - new and malloc() , delete and free() ?

1153


What is the collection of communication lines and routers called?

1180