Recent activity by mohitbawankar

0 answers
4
What is the output of following program?#include<stdio.h>void main(){ int i=5; printf("%d %d %d %d %d \n", i, i++, i , ++i, i);}
0 answers
6
if i select both ,and if i want to go trough only GATE score ..then its mandatory online test conduct by BARC?
0 answers
10
In IEEE double precision format, the sum of the largest and 2nd largest implicit fractional numbers is
0 answers
12
Consider the following program along with push and pop operations on stack which can contain atmost The decimal value equivalent to the binary number printed by above cod...
1 answer
15
please share your solution The maximum slope of the curve-x3+6x2+66x+666
3 answers
16
39 ) Suppose a multidimensional array is declared as m(2:8,-4:1,6:10). If the base address is 200 and there are 4 words per memory location, then the address of A[5,-1,8]...
1 answer
18
Consider the given below grammarS→ cAdA→ bA | aA | bIf a recursive descent parser is used for string “cbababd” then number of back trackin worst case is:
1 answer
19
0 answers
23
#include<stdio.h>main ( ){ int new ( ); new ( ); (*new) ( );}int new ( ){ printf (“Welcome”);}} prints Welcome Welcome prints Welcome results in a run-...
0 answers
24
The number of ways possible to form injective function from set A to set B, where set ‘A’ has 3 elements, set ‘B’ has 5 elements such that i^th element of set A s...
1 answer
27
2 answers
28
1 answer
29
Consider the following relational schema R(ABCDEFG) with FD set {AB → C, BC → A, AC → B, B → D, D → E}. The minimum relations required to decompose R into BCNF ...
4 answers
30