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...



Code Snippets Interview Questions
Questions Answers Views Company eMail

main(){ char a[100]; a[0]='a';a[1]]='b';a[2]='c';a[4]='d'; abc(a); } abc(char a[]){ a++; printf("%c",*a); a++; printf("%c",*a); }

2 7510

func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d !\n ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); }

Satyam,

1 10478

void main() { static int i=5; if(--i){ main(); printf("%d ",i); } }

1 6576

void main() { int k=ret(sizeof(float)); printf("\n here value is %d",++k); } int ret(int ret) { ret += 2.5; return(ret); }

1 12218

void main() { char a[]="12345\0"; int i=strlen(a); printf("here in 3 %d\n",++i); }

3 22536

void main() { unsigned giveit=-1; int gotit; printf("%u ",++giveit); printf("%u \n",gotit=--giveit); }

1 9933

void main() { int i; char a[]="\0"; if(printf("%s\n",a)) printf("Ok here \n"); else printf("Forget it\n"); }

Accenture,

3 17324

void main() { void *v; int integer=2; int *i=&integer; v=i; printf("%d",(int*)*v); }

Honeywell,

1 8213

void main() { int i=i++,j=j++,k=k++; printf(ā€œ%d%d%dā€,i,j,k); }

1 8722

void main() { static int i=i++, j=j++, k=k++; printf(ā€œi = %d j = %d k = %dā€, i, j, k); }

3 16407

void main() { while(1){ if(printf("%d",printf("%d"))) break; else continue; } }

1 15652

main() { unsigned int i=10; while(i-->=0) printf("%u ",i); }

HP,

2 18842

#include main() { int x,y=2,z,a; if(x=y%2) z=2; a=2; printf("%d %d ",z,x); }

1 5610

main() { int a[10]; printf("%d",*a+1-*a+3); }

1 5853

#define prod(a,b) a*b main() { int x=3,y=4; printf("%d",prod(x+2,y-1)); }

1 16233


Un-Answered Questions { Code Snippets }

can any one give me code to keyed a flat file and used chain in RPGLE to search any item

2005


Create a Menu that can be activated while clicking on Right Mouse button

2126


how to convert between arrays and strings

2788


Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"

1571


Write a python program to check if a number is a prime number?

838


Coding for .NET Delegates?

2565


how to get the User's Time of Day

2131


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2408


write a program in java to solve a system of n-variabled simultaneous equations using the guassian elimination method. let the maximum possible value of n be 100. run the program using hypothetical values for a set of 10- variables simultaneous equations. print out the program, the input equation and the results generated by the program.

4788


How can call any javascript function without saying onclick, onchange, onblur etc events in php?

4570


What is a well formed XML document?

545


What is an XML Schema?

636


Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4997


how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?

2545


Pls provide basic funtionality Winrunner scripts for Health care domain and Phishing

1150