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 40200

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

1 13072

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

2 25682

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

2 12247

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

1 11367

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

4 32200

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

3 12167

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 8774

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

How can we identify the resources for which the sessions are waiting?

1


What are checklists?

887


What does the pinch off voltage refers to in a mosfet?

998


Tell me how are arguments passed by value or by reference?

783


What is the importance of doctype in html?

786


Can flex applications communicate with each other on the client?

5


How to set the default form font in Delphi?

2135


Define cuttoff frequency?

1023


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1796


How to navigate documents by using the browse buttons in ms word?

582


what is the purpose that we use PLC system in power system

4948


How do you count loops in python?

1009


What are the procedures for remitting WCT?

2078


1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?

2734


How do you collaborate with surgeons, nurses, and other healthcare professionals to ensure seamless teamwork and effective communication in the operating room?

1865