Recent questions tagged ugcnetcse-june2013-paper3

2 votes
1 answer
3
3 votes
2 answers
4
2 votes
1 answer
5
2 votes
2 answers
6
3 votes
3 answers
8
2 votes
2 answers
10
The versions of windows operating system like Windows XP and Window Vista uses following file system:FAT-16FAT-32NTFS (NT File System)All of the above
3 votes
2 answers
11
4 votes
2 answers
13
3 votes
2 answers
16
2 votes
1 answer
17
3 votes
2 answers
20
Match the following $:$$\begin{array}{} \text{a.} & \text{calloc()} & \text{i.} & \text{Frees previously allocated space} \\ \text{b.} & \text{free()} & \text{ii.} & \te...
1 votes
2 answers
21
Trace the error:void main() { int *b, &a; *b=20; printf(“%d, %d”, a, *b) }No errorLogical errorSyntax errorSemantic error
3 votes
1 answer
22
What will be the output of the following segment of the program?main() { char *s=”hello world”; int i=7; printf(“%, *s, i, s); }syntax errorhello whello...
3 votes
2 answers
23
2 votes
1 answer
25
Match the following $:$$\begin{array}{} \text{a.} & \text{TTL} & \text{i.} & \text{High component density} \\ \text{b.} & \text{ECL} & \text{ii.} & \text{Low power cons...
2 votes
3 answers
27