Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
temp code that im struggling with
sami sam
12y
911
1
Reply
#include <stdio.h>
int i.j,temp;
int main () {
i=3;
j=5;
temp = i;
i = j;
j = i;
printf("i=%d j=%d\n",i,j);
printf("%d %d\n",i,j);
}
where i am went wrong.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
using Filestream to export to exel
how to create a file in C language and save it on the computer?