If a shortcut for closing a program is given as Ctrl+x and is placed in the file menu of the window what would happen?
A. shortcut is placed in the file menu
B. no action
C. Ctrl+x is placed at close
D. x is underlined with Ctrl placed at the close
B
Latest Answer: core is covered by cladding...(optical cables) ...
A
What is the output of the following code?
main()
{
char str[20];
printf("Enter a string: ");
scanf("%[^a]",str);
printf("%[^a]",str);
}
compilation error
D
The standardization used in voice and data communication in phones is:
A. X.25
B. Frame relay
C. ISDN
Latest Answer: (A)mouse ...
Latest Answer: it is c-compiler ...
The Y2K problem is_____________
A. software bug
B. hardware malfunctioning
C. data error
D. communication error
main()
{
int a[2]={4,5};
a[0,1]=45;
printf("%d%d",a[0],a[1]);
}
A. 4 45
B. 4
C. 45
D. None
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top