Most answered questions in Programming and DS

1 votes
1 answer
1894
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
1904
#include<stdio.h int main() { char num = '\011'; printf("%d",num); return 0; }
1 votes
1 answer
1906
Suppose we have a 32-bit memory and we have to representunsigned int a = -5What will the memory representation look like?000000…….1011or 111…..1011
0 votes
1 answer
1907
Kindly help
0 votes
1 answer
1908
Kindly Help
0 votes
1 answer
1910
Please Solve anyone