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

What is XML Element?

656

What is a well formed XML document?

543

Which tag is used to find the version of XML and the syntax?

651

What is a valid XML document?

571

Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

InterGraph,

832

Write a Program to truncate a given floating point value (e.g.16.25=16).

InterGraph,

874

Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

InterGraph,

856

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

InterGraph,

826

Devise a program to implement the Fibonacci sequence.

Tech Mahindra,

918

Write a Program to find the number of words in a sentence.

InterGraph,

879

How can you print an address of a variable?

TCS,

886

Write a program to Print the Pascal triangle

InterGraph,

834

Write a Program for matrix multiplication.

InterGraph,

906

Write a Program to find the reverse of a given number.

InterGraph,

830

What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

1228


Un-Answered Questions { Code Snippets }

What is the functionality of GetWindowText?

561


How can you relate the function with the structure? Explain with an appropriate example.

3448


i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .

2075


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

1635


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

4571


How to swap two ASCII numbers?

3042


how to create a Draggable element

2418


What is a StAX Parser?

595


What is XML Element?

656


How to update and insert from datagridview at run time in excel database?

3175


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; }

2586


What is xml schema?

564


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]

2232


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3767


What are the benefits of XML?

606