Recent content by fraz ali

  1. F

    C Data Types: Are int x=3 & float y=3.0 Equal?

    Hello everyone! In C language,does two different variables with different data types but equal values equate each other? For example,are these two statements equal: int x=3; float y=3.0; ? thanks in advance..
  2. F

    C program to print a number....

    I'm having some problems with printing a statement in c programming. How do we print astatement for specific number of times as an input from user? for example,i want to print "hello world!" on the screen and the program would ask how many times you want to print this on screen? Thanks in advance!
Back
Top