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 India C Interview Questions
Questions Answers Views Company eMail

main() { int a=4,b=2; a=b<>2; printf("%d", a); }

11 58436

main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 8824

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 9699

#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif }

1 3775

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

2 11346

Post New Vector India C Interview Questions


Vector India C Interview Questions


Un-Answered Questions

What are commonly used helpers of cakephp?

7


What is analytical or analytic mean?

625


Can we assign integer value to char in java?

517


What is art compilation?

441


Explain the difference between a package and a plan.

564






What is high temperature corrosion?

694


What is the way in which the html can be used to form elements?

8094


Which Model uses the SET concept

588


Think of one of your most successful sales you've ever achieved. With that sale in mind, tell me about it and what you did to successfully achieve the sale?

1275


What project management tools are used in agile?

5


What is asp in web technology?

500


How do I create a table of contents?

326


What is a runtime error on a website?

471


what is the difference between load bearing and non load bearing walls

934


What is npm install?

5