39 votes
1984
Let $p$ and $q$ be propositions. Using only the Truth Table, decide whether $p \Longleftrightarrow q$ does not imply $p \to \lnot q$is True or False.
29 votes
1985
102 votes
1990
What does the following fragment of C program print?char c[] = "GATE2011"; char *p = c; printf("%s", p + p[3] - p );$\text{GATE2011}$$\text{E2011}$$2011$$011$
107 votes
1991
52 votes
1997
46 votes
2004
Which one of the following is NOT performed during compilation?Dynamic memory allocationType checkingSymbol table managementInline expansion
55 votes
2006
1 votes
2008
What will be the time complexity of an efficient algorithm which will calculate the no of articulation points?
1 votes
2010
Fragmentation isa. dividing the secondary memory into equal sized fragmentsb. dividing the main memory into equal size fragmentsc. fragments of memory world used in a pag...