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

Answers were Sorted based on User's Feedback



give an example of type casting by a simple c program..

Answer / guest

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

Is This Answer Correct ?    7 Yes 4 No

give an example of type casting by a simple c program..

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

More C Interview Questions

what is different between auto and local static? why should we use local static?

0 Answers  


what is a function method?give example?

0 Answers  


Can we write a program without main() function?

9 Answers  


What is c language and why we use it?

0 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


what is c programing

11 Answers   Wipro,


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

0 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


Categories