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 40273

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

1 13094

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

2 25711

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

2 12279

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

1 11393

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

4 32268

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

3 12218

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 8833

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

why oil lift in screw chiller during change of climate.

2323


What are the domains and data elements?

1522


How can you make some of the fields as key field in generic tables?

1156


What is job tracker role in hadoop?

432


Was india required to cut its tariffs on agricultural products as a result of the uruguay round of agriculture negotiations?

875


How can we enable error reporting in php?

979


why magnetising curve not start with zero voltage?

2253


How to open and close an explicit cursor in oracle?

1014


How pm module is integrated with ps module?

920


How can we upload files in Struts2 application?

990


Explain about compound key?

996


How do you check if a port is blocked?

1015


How you deploy your applications on weblogic server?

1033


What is the keyboard shortcut for closing a presentation?

371


What is xaml in wpf and why do we need it?

276