ishara


{ City } kurunegala
< Country > sri lanka
* Profession * undergraduate
User No # 124864
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 1
Total Views for My Questions # 938

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 0
Questions / { ishara }
Questions Answers Category Views Company eMail

What is the output of below program? #include int main() { int p,q; for(p=1,q=1;p<7;p++) { printf("%d%d__",p,q); } return 0; } Answers- 1. 17__27__37__47__57__67__ 2. 11__21__31__41__51__61__ 3. __11__21__31__41__51__61__ 4. Compilation error

1 Electrical Engineering 938




Answers / { ishara }

Question { 938 }

What is the output of below program?

#include

int main()

{

int p,q;

for(p=1,q=1;p<7;p++)

{

printf("%d%d__",p,q);

}

return 0;

}

Answers- 1. 17__27__37__47__57__67__

2. 11__21__31__41__51__61__

3. __11__21__31__41__51__61__

4. Compilation error


Answer

11__21__31__41__51__61__

Is This Answer Correct ?    1 Yes 0 No