Recent questions tagged programming

1 votes
0 answers
571
Here i is depending on j, So, sorting is performing only on upper triangular matrixIs not it? So, here partial sorting going on.I gave B) as answer
1 votes
0 answers
573
main(){ int a ;char *x;x = ( char *)&a;a = 512 ;x[0] = 2 ;x = 2 ;printf("%d",a);}
1 votes
3 answers
574
How to perform string and char operation in programming ? Please explain and also provide the solution
2 votes
0 answers
575
Find the output printed by this program.Pls. Explain the Execution of this program in detail.Thanks
1 votes
0 answers
577
1 votes
0 answers
578
Why is it from -6 to +8? How to solve such qns. Help :)
3 votes
0 answers
582
#include<stdio.h extern int i; int main() { printf( "%d" , i); } int i;What will be the order of execution of this code (line by line)?
2 votes
0 answers
585
1 votes
1 answer
586
2 votes
1 answer
587
1 votes
0 answers
588
What is the correct Answer ?My answer is 90 and given answer is no output how?
1 votes
1 answer
589
1 votes
1 answer
590
2 votes
0 answers
591
2 votes
0 answers
592
2 votes
0 answers
593
2 votes
1 answer
594
Why option a and d are wrong ....I know the answer ...please explain only why option are wrong
2 votes
0 answers
595
Can be write for loop like that if yes the how to compile it
1 votes
0 answers
596
My answer is :: 1222Given answer is :: 1232 How? Please explain.
1 votes
1 answer
597
please explain it in detail ....and how we write this code for if else rule
4 votes
0 answers
598
2 votes
1 answer
599
which code is true and what is output?1.if(a>c){if(b>c){S1;}S2;}2.if(a>c)if( b>c){S1;}S2;
1 votes
1 answer
600