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 36343

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

1 12107

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

2 24301

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

2 11210

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

1 10409

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

4 28611

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

3 10743

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 6852

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

How many types of targeting in video and display network campaigns?

180


What is the purpose of sql profiler in sql server?

509


Can I use impala to query data already loaded into hive and hbase?

45


What does a rollback do in idms?

532


So what is hashing?

1






What are the directories under the apache-tomcat installation dir?

457


How do I reverse the range of a python order?

457


What is a deinitializer in swift?

587


What are variable arguments or varargs?

564


What is the difference between stopping and terminating of instances in aws?

98


What is vldb(very large databases)?

538


How do I reset my toolbar?

487


What is a windows hotfix?

470


why earth have -ve charge

1655


What is %Type,%Rowtype?

1838