main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9605main() { 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 11317#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif }
1 4638Post New Vector India C Interview Questions
How do I install spark?
With the use of an alternate index, how is a VSAM file accessed?
How to access HDFS?
How will you create a animated progress bar using bootstrap?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How i should sellone the mobile phone when interviewer will ask sell this phone to me?
What are the types of the software component being deployed in the sap?
How the processes start, stop and terminate works? How?
please send me RRB electrical engineer previous year questions for Sr. Section Engineer
What is maven's order of inheritance?
Explain an index segment?
What is REST Web Services?
How do you do absolute value in java?
Is python 0 based?
Can a serialized object be transferred via network?