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 40938

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

1 13286

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

2 25982

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

2 12506

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

1 11578

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

4 32687

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

3 12461

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 9237

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

What are database links used for?

1094


How to manage the contract life cycles?

1686


How does geologic time link to manitoba's landscape?

852


why should you be hired for this role?

1140


Can constructor be used instead of init(), to initialize servlet?

998


Can you give any three animal fibers?

1


What is the difference between angularjs and node.js?

801


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

1063


List some advantages of using ansible.

1


What does relevance philosophy suggest?

1


Discuss the integration of sensors and automation in monitoring and controlling factors like temperature, humidity, and ventilation in agricultural environments.

1194


Why is technical clearing gl account used?

640


State the difference between an operational datastage and a data warehouse?

1174


Why viewstate is not used in mvc?

1


What is the difference between method overloading and method overriding in c++?

1205