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 / karthik

0, 0.00

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bubble sort technique in c?

1039


Why string is used in c?

1049


Explain what is wrong with this statement? Myname = ?robin?;

1641


Which is the best website to learn c programming?

1135


What is conio h in c?

1095


Is there a way to jump out of a function or functions?

1165


What is the difference between arrays and pointers?

1174


What do you mean by command line argument?

1228


Explain what are header files and explain what are its uses in c programming?

1201


How do I swap bytes?

1121


write a c program in such a way that if we enter the today date the output should be next day's date.

2240


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2824


Can you explain the four storage classes in C?

1169


What are the loops in c?

1052


Why can’t constant values be used to define an array’s initial size?

1438