Jump to content

Variáveis


Guest Thegodone

Recommended Posts

Boas sou um mero novato, comecei a ler um livro de C e surgiu me uma duvida.

Existe alguma maneira de criar uma variável dentro de uma instrução?!E se sim como 

Para ficar mais explicito aqui fica um exemplo.
Sei que o que escrevi está errado, e por isso, gostaria de saber se há alguma maneira de fazer o que pretendo sem usar if's

#include <stdio.h>
#include <stdlib.h>

int main()
{
    float num;
    int casas;

    printf("Escolha um numero - ");
    scanf("%f",&num);

    printf("Esclha o numero de casas decimais - ");
    scanf("%i",&casas);

    printf("%.casasf",num);
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.