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

Vector Interview Questions
Questions Answers Views Company eMail

main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 21009

main() { char input[] = "SSSWILTECH111"; int i, c; for ( i=2; (c=input[i])!=''; i++) { switch(c) { case 'a': putchar ('i'); continue; case '1': break; case 1: while (( c = input[++i]) != '1' && c!= ''); case 'E': case 'L': continue; default: putchar(c);continue; } putchar(' '); } putchar(' '); }

1 2813

main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 11279

Post New Vector Interview Questions




Un-Answered Questions

Explain method overloading?

566


what is Retainer?

1560


What is data binding and its types?

435


How to get data from mysql in php?

427


How do you add solver to excel?

315






When should an artificial (or derived) primary key be used?

325


What is the latest version of mint?

513


What are the advantages of inline css?

274


Is r similar to python?

445


How long is a php session valid?

513


What are the limitations of inheritance?

533


Explain what is exhaustive testing?

800


What is URL Encoding?

617


Explain soap?

484


What is the purpose of main( ) in c language?

613