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 58154

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

1 8801

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 9661

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

1 3750

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

2 11284

Post New Vector India C Interview Questions


Vector India C Interview Questions


Un-Answered Questions

Define spandex?

1


What is meant by authorization? Did you ever work on it?

567


Describe function procedure in vbscript.

551


Can you explain boundary value analysis?

661


What is a profit center?

685






How costing is affected the pp?

616


What is sgml and xml?

468


How to retrieve a physical file after deleting that?

584


What is an instancetype?

1


what is widman statten structure?

808


What are the differences between string, stringbuffer and stringbuilder?

518


What are the jsp standard actions?

522


Where can you find a list of object keys included in a transport?

636


What is fixed liabilities

1550


What is Azure Active Directory?

266