2 votes
0 answers
2
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);}
1 votes
0 answers
4
if i select both ,and if i want to go trough only GATE score ..then its mandatory online test conduct by BARC?
1 votes
1 answer
6
3 votes
0 answers
7
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...
6 votes
3 answers
8
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]...
3 votes
1 answer
9
please share your solution The maximum slope of the curve-x3+6x2+66x+666
3 votes
1 answer
11
Consider a two-dimensional array with elements stored in the form of lower triangular matrix. The elements must be crossed to read A[4, 2] from the array A[–6, ..., + 8...
3 votes
0 answers
14
4 votes
1 answer
15
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 votes
0 answers
16
#include<stdio.h>main ( ){ int new ( ); new ( ); (*new) ( );}int new ( ){ printf (“Welcome”);}} prints Welcome Welcome prints Welcome results in a run-...
1 votes
0 answers
17
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...
2 votes
0 answers
18
3 votes
2 answers
19
3 votes
1 answer
20
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 ...