523 views
1 votes
1 votes

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Rahul Jain25 asked Nov 5, 2016
500 views
I am not getting how unsigned is used and how is it working???
0 votes
0 votes
0 answers
2
iarnav asked Jul 30, 2018
389 views
for every j != i in {0,....,n-1} is it like for j=0 to n-1; j !=i ; ++j
3 votes
3 votes
1 answer
3
Sourabh Kumar asked Jul 20, 2016
617 views
What is the output of the following program?#include<stdio.h void main() { int n=3, i=0; do { n=n++; i++; } while(i!=3); printf(“%d\n”, n); }
0 votes
0 votes
3 answers
4
sumit kumar asked Nov 10, 2014
907 views
try to print this in one loop itself.i have already done this in two loops(one nested into another).so please try to do in one loop itself.12 43 6 94 8 12 165 ...