Most answered questions in Programming and DS

0 votes
1 answer
1863
1 votes
1 answer
1870
what is T.C. of this code: for(i=1;i<=n;i++) for(j=1;j<=n;j=j+i) x=x+1;
0 votes
1 answer
1880
#include<stdio.h int main() { char num = '\011'; printf("%d",num); return 0; }