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 35448

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

1 11916

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

2 23944

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

2 11028

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

1 10201

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

4 26952

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

3 10472

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 6511

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

What are the Social Media channels you have used for marketing?

403


Can I update my computer from windows 7 to windows 10?

363


Consumption of Binding wire for fixing of cover block in vertical surface

970


Should I have perfect credit score, that is, above 800 credit score?

1299


Explain the difference between promise and observable in angular?

403






How to find a file in unix?

490


If you win a $10 million lottery, will you still work?

708


Who am I command in linux?

490


What is the use of mvvm pattern in wpf?

89


How to find the version of sql server? : sql server database administration

567


Explain about the basic parameters of mapper and reducer function

722


Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?

387


Which layer is closer to the user?

623


can servers running windows server 2008 provide services to clients when they are not part of a domain? : Windows server 2008

73


Explain the network Indian Railways implement.

158