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 36083

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

1 12064

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

2 24162

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

2 11154

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

1 10347

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

4 28043

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

3 10660

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 6727

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

In java how do we copy objects?

529


How auditing in BI 4.0 works?

1252


What is wpf visual studio?

99


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

499


Does office pro plus include access?

430






Incase of a function declaration, what is extern means?

483


In case of third party sales what would trigger for the automatic creation of pr or po?

635


When sound waves travel from air to water, what happens to its frequency?

514


Define The Term Journal And Explain The Present Day Use?

1886


State difference between proof-of-work & proof-of-stake?

5


What is a python module?

452


What is the scalability and elasticity in Cloud Computing?

308


How to release all resources file from the QTP?

1019


How do I add a file path to a word document?

310


What is the difference between page directive include and action tag include?

495