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 40760

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

1 13239

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

2 25928

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

2 12446

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

1 11523

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

4 32567

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

3 12409

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 9140

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

How do you add a page border in word 2010?

623


What is php good for?

947


How I can write a java program output the following 1+2+4+7+......N

1935


Can a child class call the constructor of a base class?

1070


How to lock, shutdown and restart a machine using automation anywhere?

132


what happen when diesel genset supply connect to main supply

2747


How much does a copy of windows 10 cost?

849


Hi, I have advance payment scenario where customer want advance payment cannot be used against another sales order and against any credit limit. Let me put one example. Customer X is having credit limit of 1000 USD, if my client is received customized product order then he will take advance for this special order but customer X is already enjoying credit limit of 1000 USD. In this scenario my client wants advance payment received cannot use against any sales order and against any credit limit. If I will post advance payment in F-29 then customer credit exposure will decrease against credit limit in FD32 which will affect normal sales order credit limit. Here customer does not want to utilize advance payment against credit limit of customer which is use for normal sales order. Please suggest

4533


How you can close the client connection to the orbix 3 daemon?

779


Ten years down the line where would you see yourself?

1082


How to backup encryption key ?

187


all c language question

2465


How to set initial zoom level in d3.js?

1


How many times is merge sort called?

913


what is auto re-closer?

2670