C
Programming and Technical
Programming
Program
#include
main(){
int x=10,y=10,z=5,i;
i=x
Read Solution (Total 4)
-
- it is not complete
- 10 years agoHelpfull: Yes(2) No(0)
- compile time error
- 9 years agoHelpfull: Yes(2) No(0)
- correct question is
#include
main(){
int x=10,y=10,z=5,i;
i=x - 10 years agoHelpfull: Yes(0) No(1)
- assignment operator is used here so, i=10.
- 10 years agoHelpfull: Yes(0) No(1)
C Other Question