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 40620

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

1 13198

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

2 25865

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

2 12392

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

1 11491

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

4 32489

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

3 12353

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 9049

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

How the B and D channels share the line?

1332


What is smoke testing and user interface testing ?

1119


Can create new c++ operators?

1032


How can correlation be performed?

1121


What is the use of real-time infocube?

885


What is routing protocol and its purposes?

1076


what is the meaning of the symbol << >> put in transformer drawing

1983


How do hash tables work?

897


Explain how many approaches are there for linking universes?

866


What are Private IP Numbers?

1217


What is the most difficult problem you’ve found during testing?

1253


is there is mentioned that we can adjust excess debtors with creditor in the stock statement while calculating Drawing Power

1656


Explain the difference between transport and message level security.

773


What is name of first file the loaded when yii framework starts?

3


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

1032