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 4170

Windows NT- What NT stands for?

9 13065

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

4 10246

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

4 6124

What is meant byStatic Variable ?

7 9261

What is meant by QUEUE?

4 9753

What is meant by STACK?

5 13907

Difference between 80286 and 80287

2 10453

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 12122

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

8 17711

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

15 16685

what is FAT?.

12 17156

Post New Mascot Interview Questions




Un-Answered Questions

What are the business benefits involved in cloud architecture?

728


What do you mean by platform independence?

579


How can we map the classes as immutable?

163


How do I append to the list?

7


What providers does Ado.net uses?

568






What are the features of wordpress?

94


How unix is used?

468


What is a financial statement version?

633


How many types of transport schemas are there in wcf?

433


What is the use of welcome-file-list?

565


Explain the concept and use of type void.

619


Explain the different picking and put away strategies defined for xyz client for different storage types?

336


Which framework is best for python automation?

238


What are the new features provided in HTML5?

470


Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.

1686