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 3096

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

1482

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

CTS,

1507

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

1344

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.

1017

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

3 3772

#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 3542

What is your nationality?

GoDB Tech,

1 6779

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

Student,

1652

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

Amazon,

993

What is an attribute?

682

How can you apply a DTD to an XML document?

603

What is XML DOM?

696

What is XQuery?

619


Un-Answered Questions { Code Snippets }

What are XML Namespaces?

596


what mean void creat_object?in public class in this code class A{ public: int x; A(){ cout << endl<< "Constructor A";} ~A(){ cout << endl<< "Destructor A, x is\t"<< x;} }; void create_object(); void main() { A a; a.x=10; { A c; c.x=20; } create_object(); } void create_object() { A b; b.x=30; }

2602


code to set the main window's size

2301


What is XML DOM Document?

590


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

4801


write a program that reverses the input number of n.Formulate an equation to come up with the answer.

7699


what is the structure of xml document ?

623


What is an attribute?

682


Discuss an algorithm to traverse a tree, depth first.

1712


what full form name of B.K.U.

3069


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

1507


3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...

4956


advance the focus to next consecutive fields when Enter Key is pressed

2262


What is XML Parser?

720


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

4044