Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Re: implicit typecasting
Re: implicit typecasting [message #1418219] Sat, 06 September 2014 18:42
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 09/06/2014 10:45 AM, ABHIJIT KUMAR wrote:
> does implicit typecasting not available in eclipse luna.Here is my sample code and i am telling u the output what i get when i try to run this program.....
>
> #include <stdio.h>
> #include <stdlib.h>
>
> int main(void) {
> int x=3;
> printf("%f",x);
> return EXIT_SUCCESS;
> }
> the output should be 3.000000
> but the output is 0.000000

This isn't the forum. There is a dedicated, Eclipse CDT forum for C/C++
questions, as noted clearly in a sticky post at the top of this forum
that you didn't take time to read. However, Eclipse Luna doesn't write
the C compiler or Standard C Library, so the output you're complaining
about is nothing to do with it.
Previous Topic:StdOut not recognized
Next Topic:Installing Eclipse via YaST2, repository?
Goto Forum:
  


Current Time: Tue Mar 19 04:48:24 GMT 2024

Powered by FUDForum. Page generated in 0.03285 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top