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

Cau u say the output....?

1 2968

could you please teach me how to program an income tax using functions

248

write a vb script to check equal two 2*2 matrix

1420

How to get one hasmap value in another hashmap ,only value not key

CTS,

1442

Write a script to delete all the files in a folder except one desired file.

1292

I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

974

#define a 10 int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } void foo() { #undef a #define a 50 }

3 3622

#define a 10 void foo() { #undef a #define a 50 } int main() { printf("%d..",a); foo(); printf("%d..",a); return 0; } explain the answer

1 3420

What is your nationality?

GoDB Tech,

1 6663

#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

Student,

1582

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

Amazon,

940

What is an attribute?

616

How can you apply a DTD to an XML document?

558

What is XML DOM?

641

What is XQuery?

583


Un-Answered Questions { Code Snippets }

U hv to enter a range from a and b and search hw many no. of times a pattern n. occurs between the range a and b. Eg :i/p:enter range :0 100 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 0 to 100:1 Eg :i/p:enter range :100 1000 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 100 to 1000: (in this 13,113,131,132,133…139,213,313,…913 all these will be counted)

2477


Create a ViewState Property?

2653


What is XSL?

567


Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]

2189


Write a program to convert postfix expression to infix expression.

4525


Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?

3317


How can you print an address of a variable?

825


Code for Easily Using Hash Table?

2966


What is used of serialize and unserialize in php?

2915


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3932


Write a Program to find whether the given number is a Armstrong number.

791


c# code to Count number of 1's in a given range of integer (0 to n)

4748


What is an XML Schema?

590


Code for Two Classes for Doing Gzip in Memory?

3224


I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: