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

give an example of type casting by a simple c program

Answer Posted / ola

#include<stdio.h>
void main()
{
float a;
a = (float)15 / 3;
printf("%f\n",a);
}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the rules for the identifier?

1217


Why is void main used?

1145


What does a pointer variable always consist of?

1157


How many types of sorting are there in c?

1111


Explain the binary height balanced tree?

1237


Mention four important string handling functions in c languages .

1155


What are the 5 elements of structure?

1128


How do you redirect a standard stream?

1150


Explain what is the difference between #include and #include 'file' ?

1079


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1292


Why we write conio h in c?

1077


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2019


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

1040


what is the height of tree if leaf node is at level 3. please explain

2199


How can I open a file so that other programs can update it at the same time?

1238