Recent content by fraz ali
-
F
Are int x=3 and float y=3.0 equal in C?
thanks- fraz ali
- Post #6
- Forum: Programming and Computer Science
-
F
Are int x=3 and float y=3.0 equal in C?
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..- fraz ali
- Thread
- Data
- Replies: 10
- Forum: Programming and Computer Science
-
F
Print a statement multiple times based on user input in C
thanks...- fraz ali
- Post #3
- Forum: Programming and Computer Science
-
F
Print a statement multiple times based on user input in C
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!- fraz ali
- Thread
- Program
- Replies: 9
- Forum: Programming and Computer Science