Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 40642

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

1 13209

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

2 25877

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

2 12400

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

1 11498

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

4 32507

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

3 12366

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 9060

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

What is setup cfg?

969


What is the significance of delivery class? : abap data dictionary

1101


Explain the process configuration parameters - max jobs, flow limit & activation limit ?

1075


How do I unhide my toolbar?

3


Where are postgres databases stored?

923


Are you willing to work overtime at Capital One?

1111


What are your strengths and weaknesses? What do you do to overcome your weaknesses?

1148


What are steplib and joblib? What for they are used?

1235


What is @inject()? Why use?

827


What are the different way in which website layout can be made?

781


What is arc and how is it different from autorelease?

827


What’s the use of “GLOBAL.ASAX” file?

1100


Where is comma delimited in excel?

575


Explain the Kerberos method of authentication in SAP HANA.

103


Is node js a backend language?

484