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

what would be the output of the follwing

struct st
{
char name[20];
int i;
float f;

};
main()
{
struct st emp = {"forum"};
printf("%d %f",emp.i,emp.f);

}

Answer Posted / ajay

0 0.000000

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are extern variables in c?

1037


What is hash table in c?

1078


What is calloc() function?

1164


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1253


what will be maximum number of comparisons when number of elements are given?

1952


How can I call fortran?

1099


What is the easiest sorting method to use?

1243


How can I remove the trailing spaces from a string?

1121


Can we declare function inside main?

1049


How do you sort filenames in a directory?

1236


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

1943


How can you tell whether a program was compiled using c versus c++?

1163


What is the importance of c in your views?

1237


What is the difference between pure virtual function and virtual function?

1181


Can we use any name in place of argv and argc as command line arguments?

1125