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 39409

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

1 12802

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

2 25361

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

2 11972

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

1 11125

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

4 31571

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

3 11724

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 8221

Post New CSC C Code Interview Questions


CSC C Code Interview Questions


Un-Answered Questions

What is the pcp in the cics?

780


How is lazy loading achieved?

766


What is constructor injection?

274


What is the meaning of goodwill? How is it calculated?

903


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

4220


What are the different types of joins in sql?

1393


How do I open windows explorer from command line?

684


What is scala and why it is used?

1


What is candeactivate?

628


What is the latest c++ version?

943


How do I get a bitmap picture in a field in an Access database?

1203


How do you create an html file?

640


Where the assembly is stored in asp.net?

833


What is mvc laravel?

592


Explain the term sap fico?

893