TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sami sam
NA
40
30.2k
temp code that im struggling with
Aug 7 2012 9:49 PM
#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.
Reply
Answers (
2
)
using Filestream to export to exel
how to create a file in C language and save it on the computer?