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 36277

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

1 12095

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

2 24266

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

2 11200

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

1 10390

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

4 28483

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

3 10722

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 6819

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.

1561


Why is the Internet of Everything happening now?

3


How do I add a program to the start menu in windows 10?

427


Can good dental hygiene reduces the amount of bacteria in your blood stream?

412


What are the dependency properties?

96






Can you define OOP and principles of OOP?

565


What is a memory leak in C++?

564


How to Import data from a file (file is on the desktop) to the data table

1571


What are content packs in Power BI?

5


Name the two things that enter the cell for cellular respiration?

439


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1770


How do you do performance tuning of wls?

555


How can you reload a script?

5


Why node js is faster than php?

227


What is erlangs in gsm technology?

533