289 views
1 votes
1 votes

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
its_vaibhav asked Jan 13, 2022
287 views
What is the output of the following c-code ? A.It prints the APPLIED B.It prints the DEILPPA C.It prints nothing D.None of the above
0 votes
0 votes
1 answer
3
its_vaibhav asked Jan 12, 2022
618 views
applied gate test seriesWhat is the output of the following c-code[ Note: Assume integer as 2 bytes] ?#include<stdio.h>int main(){ int x = 500;char *p=&x;*++p=2;printf(�...
4 votes
4 votes
1 answer
4
ramakrushna asked Dec 31, 2021
1,362 views
The number of insertion sequences of the numbers {1,2,3,4,5,6,7} which would lead to the following BSTHow to tackle this kind of problem. Anyone!