I have a problem with the real variable. i can put age on the console instead of 20 in the course of the variables.
could you help me to solve this problem please?Code:# include <stdio.h> # include <stdlib.h> int main (int arg, char * argv []) ( long age = 0; printf ( "How old are you?"); scanf ( "% ld", & age); printf ( "you really ld% year \ n", & age); system ( "PAUSE"); return 0; )


Reply With Quote

Bookmarks