Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Mascot Interview Questions
Questions Answers Views Company eMail

CPU - abbrevation

2 4168

Windows NT- What NT stands for?

9 13054

One Gigabyte =?( 2 power30 , 2 power 20 ,2 power 10 none)

4 10246

DMA - abbrevation (Direct Memory Access,Discrete memory Access,Disk memoryaccess)

4 6123

What is meant byStatic Variable ?

7 9257

What is meant by QUEUE?

4 9753

What is meant by STACK?

5 13900

Difference between 80286 and 80287

2 10451

Binary tree?

1 5970

Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 5511

Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 8598

char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 12120

Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 17706

int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 16683

what is FAT?.

12 17153

Post New Mascot Interview Questions




Un-Answered Questions

How many root segments do we have per database record?

612


What are instant sizes of azure?

266


Explain Direct CAST vs CType ?

546


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

666


What are the check tables and value tables?

617






What are the advantages of using swift?

465


How to check cpu usage in EP?

1471


If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?

482


Why do you canvas?

600


Do you need a host for wordpress?

95


Why to keep user policies at server side rather on device? : IOS Architect

1039


What is the purpose of temp tables in interface programs?

462


what is the use of proc sql? : Sas programming

580


What's the difference between a *.WSDL file and a *.DISCO file?

2922


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.

776