Groups
Groups
Sign in
Groups
Groups
KY_THUAT_LAP_TRINH
Conversations
About
Send feedback
Help
Phép toán tăng giảm
154 views
Skip to first unread message
duongbn
unread,
Nov 10, 2012, 11:26:15 PM
11/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Cho trước a=5, b=7. Hãy cho biết kết quả sau khi thực hiện đoạn lệnh sau:
n=a+b;
n=++a+b;
n=a++ +b;
n=a-- +b;
n=--a+b;
n=a+b;
printf("a=%d, b=%d, n=%d",a,b,n);
Hoàng Ngọc Nhất Anh
unread,
Nov 11, 2012, 7:18:43 AM
11/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
a=5, b=7, n=12
Hà Duy An
unread,
Nov 11, 2012, 12:01:12 PM
11/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
a=5, b= 7, n=12
Trương Trịnh Thế Hiển
unread,
Nov 11, 2012, 7:59:39 PM
11/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
a=5
b=7
n=12
duongbn
unread,
Nov 11, 2012, 9:48:33 PM
11/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Câu này 3 em trả lời đúng. Tuy nhiên, chỉ có Hoàng Ngọc Nhất Anh có điểm + vì là người trả lời đầu tiên.
Câu trả lời:
a=5, b=7, n=12
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
Cho trước a=5, b=7. Hãy cho biết kết quả sau khi thực hiện đoạn lệnh sau:
Lâu Nguyển
unread,
Nov 12, 2012, 9:14:44 PM
11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
> Cho trước a=5, b=7. Hãy cho biết kết quả sau khi thực hiện đoạn lệnh sau:
> n=a+b;n=12,a=5,b=7
>
> n=++a+b;
n=13,a=6,b=7
>
> n=a++ +b;
n=13,a=7,b=7
>
> n=a-- +b;
n=14,a=5,b=7
>
> n=--a+b;
n=12,a=5,b=7
>
> n=a+b;
> n=12,a=5,b=7
Hoàng Văn Công
unread,
Nov 12, 2012, 9:29:40 PM
11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
A=5
B=7
n=12
Huỳnh Văn Huy
unread,
Nov 13, 2012, 12:37:32 AM
11/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
n=a+b=12
n=++a+b=13
n=a++ +b=13
n=a-- +b=11
n=--a+b=11
n=a+b=12
Message has been deleted
Hoàng Nhật Phát
unread,
Nov 13, 2012, 6:48:26 AM
11/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
Đáp án: a=5, b=7, n=12
Đỗ Thị Tố Trinh
unread,
Nov 14, 2012, 8:46:45 AM
11/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
> Cho trước a=5, b=7. Hãy cho biết kết quả sau khi thực hiện đoạn lệnh sau:
> n=a+b;
>
> n=++a+b;
>
> n=a++ +b;
> n=12, a=6, b=7
> n=a-- +b;
> n=13, a=5, b=7
> n=--a+b;
> n=11, a=4, b=7
> n=a+b;
> n=11, a=4, b=7
nguyễn tấn trúc
unread,
Nov 14, 2012, 10:32:16 AM
11/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
Trả lời:
n=a+b;n=12,a=5,b=7;
n=++a+b;n=13,a=6,b=7;
n=a++ +b;n=14,a=7,b=7;
n=a-- +b;n=13,a=6,b=7;
n=--a+b;n=12,a=5,b=7;
n=a+b;n=12,a=5,b=7;
Lê Văn Mua
unread,
Nov 15, 2012, 10:06:43 PM
11/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
On Sunday, November 11, 2012 11:26:15 AM UTC+7, duongbn wrote:
> Cho trước a=5, b=7. Hãy cho biết kết quả sau khi thực hiện đoạn lệnh sau:
> n=a+b;
> n=12, a=5, b=7
> n=++a+b;
> n=13, a=6, b=7
> n=a++ +b;
> n=12, a=7, b=7
> n=a-- +b;
> n=13, a=6, b=7
> n=--a+b;
> n=12, a=5, b=7
> n=a+b;
> n=12, a=5, b=7
Phùng Ngọc Trần Đức
unread,
Nov 16, 2012, 10:35:44 PM
11/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
Trần Minh Tuấn_12dhth1a
unread,
Nov 17, 2012, 10:24:00 AM
11/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
a=5,b=7,n=12
Đồng Phước Rin
unread,
Nov 18, 2012, 9:21:47 AM
11/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
- a=5
- b=7
- n=12
Võ Duy Khánh
unread,
Nov 19, 2012, 12:39:15 AM
11/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
a=5, b=7, n=12
Hồ Công Đức
unread,
Nov 19, 2012, 8:54:21 PM
11/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
Đáp án: a=5 , b=7 , n=12
Luong Xuan Truong
unread,
Nov 27, 2012, 1:21:05 AM
11/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
a=5 b=7 n=12
On Sunday, November 11, 2012 11:26:15 AM UTC+7, duongbn wrote:
Nguyễn Thị Như
unread,
Nov 30, 2012, 9:58:03 PM
11/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
a=5, b= 7, n=12
Trần Tuấn Anh
unread,
Dec 7, 2012, 4:01:03 AM
12/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ky_thuat_...@googlegroups.com
Vào 11:26:15 UTC+7 Chủ nhật, ngày 11 tháng mười một năm 2012, duongbn đã viết:
a=5
b=7
n=12
Reply all
Reply to author
Forward
0 new messages