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

#include main() { int a[2][2][2] = { {10,2,3,4}, {5,6,7,8} }; int *p,*q; p=&a[2][2][2]; *q=***a; printf("%d----%d",*p,*q); }

1 5606

#include main() { struct xx { int x=3; char name[]="hello"; }; struct xx *s; printf("%d",s->x); printf("%s",s->name); }

Hexaware,

3 16061

#include main() { struct xx { int x; struct yy { char s; struct xx *p; }; struct yy *q; }; }

1 5762

main() { printf("\nab"); printf("\bsi"); printf("\rha"); }

3 33068

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

7 52582

#define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

Google, HCL, Quick Heal, WTF,

4 37474

main() { char *p="hai friends",*p1; p1=p; while(*p!='\0') ++*p++; printf("%s %s",p,p1); }

3 14740

#include #define a 10 main() { #define a 50 printf("%d",a); }

2 17448

#define clrscr() 100 main() { clrscr(); printf("%d\n",clrscr()); }

2 19522

main() { 41printf("%p",main); }8

1 5869

main() { clrscr(); } clrscr();

2 5055

enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

2 7582

void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

2 8487

main() { int i=400,j=300; printf("%d..%d"); }

3 7327

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

1 6076


Un-Answered Questions { Code Snippets }

write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

4172


Can you write a program to find the average of numbers in a list in python?

832


code to create a new window

2191


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

3243


Code for Creating a Form Using PlaceHolder Controls?

2838


plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express

3669


Write a routine to implement the polymarker function

4925


How can I create connection two blue-tooth mobile in j2me. please urgent

2386


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

6280


Code for Document Validation in XML.NET?

2390


find level of following tree (state, parent) " J,D I,D H,C E,B F,B G,C B,A D,A C,A A,& K,E L,E L,F M,F N,G O,H P,I P,H Q,I R,J S,K U,P T,L

2469


Sir... please give some important coding questions asked by product companies..

2290


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

4044


Do you think about CMM(Capability Maturity Model) process?

991


Code for Presenting Parent/Child Data in a Data Grid Row?

2562