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 61658

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

1 9184

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 10417

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

1 4193

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

2 11939

Post New Vector India C Interview Questions


Vector India C Interview Questions


Un-Answered Questions

What do you understand by Commit log in Cassandra?

76


What's the easiest way to evaluate if one version of your landing page performs better than another for the same ad?

59


Explain amp in teradata?

742


What do you know about intents?

682


What happens when the recursion calling is applied on two functions?

697






Have you always met your sales goals?

812


What Is Cd (certificate Of Deposits) Account?

882


what are the difference unescape() and escape() functions?

708


Can multiple inheritance implemented in c# ?

680


What is difference between temporary table and container?

5


Why is the color of the indicator drop remains the same at the end point?

942


Can I major in political science and international studies and study abroad?

1


How many functions have your done?

48


What is the type of lambda expression?

705


Explain dma? : .NET Architecture

696