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

CSC C Code Interview Questions
Questions Answers Views Company eMail

main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

9 37947

main() { int i = 3; for (;i++=0;) printf(“%d”,i); }

1 12341

main() { int i=10,j=20; j = i, j?(i,j)?i:j:j; printf("%d %d",i,j); }

2 24726

int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }

2 11478

main() { int i = 257; int *iPtr = &i; printf("%d %d", *((char*)iPtr), *((char*)iPtr+1) ); }

1 10641

main() { int i=300; char *ptr = &i; *++ptr=2; printf("%d",i); }

4 30395

main() { char a[4]="HELLO"; printf("%s",a); }

3 11078

what is the output of the below program & why ? #include void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); }

6 7287

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

What is design mode in excel?

439


What is a Datastore in Cognos?

908


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

843


dynamic programming in sap abap

1092


What is datatable in c#?

565






Is the msmqintegrationbinding used the msmq.formatname scheme or the net.msmq scheme?

622


How to publish a package by running Java Script?

1695


How does document type apply to a pr/ po?

569


What does java se mean?

677


What is mapoverlay?

174


Can you downgrade your wordpress plan?

112


How to delete an existing row from a table in oracle?

726


What are the general commands in using unix os for a beginner?

678


What is caller principal?

626


How do you edit labels in word?

393