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 21008

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 2812

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

2 11278

Post New Vector Interview Questions




Un-Answered Questions

How do I format an excel spreadsheet for printing?

284


What is fauit level

1684


What is difference between single and singleordefault in linq?

65


Name some important annotations used for Hibernate mapping?

139


What are excel spreadsheet number formats?

308






Can I use JDBC to execute non-standard features that my DBMS provides?

554


What does ctrl h do?

313


Write the command to remove all players named sachin from the players table.

732


How do I get started with web services?

359


What steps would you take before approving an invoice for payment?

621


What is array and its types in data structure?

497


Define the concept of XPOINTER.

520


how many rows sorted in sort stage by default in server jobs

3554


How do you create an index in excel?

296


What does the swapping system do if it identifies the illegal page for swapping?

647