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

nashi informatics solutions


{ City } chennai
< Country > india
* Profession *
User No # 125947
Total Questions Posted # 479
Total Answers Posted # 668

Total Answers Posted for My Questions # 836
Total Views for My Questions # 366798

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { nashi informatics solutions }

Question { 1449 }

What are binary trees?


Answer

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No

Question { 1547 }

What is FIFO?


Answer

First In First Out is what FIFO stands for.
Data can be accessed, stored, and retrieved using this method.
The first data to be extracted is the one that was initially stored.

Is This Answer Correct ?    0 Yes 0 No


Question { 1431 }

What is a pure virtual function?


Answer

• A function declared with = 0 in a base class, making it abstract. Example:
• virtual void display() = 0;

Is This Answer Correct ?    0 Yes 0 No

Question { 1350 }

What is function overloading in C++?


Answer

Function overloading is the process whereby two or more functions with the same name are given different parameters; it’s a type of polymorphism. The purpose of function overloading is to improve program readability and consistency as well as optimize memory.

Is This Answer Correct ?    0 Yes 0 No

Question { 1550 }

What is a smart pointer?


Answer

A smart pointer is a C++ class that manages the lifetime of a dynamically allocated object.

Is This Answer Correct ?    0 Yes 0 No

Question { 1944 }

What is recursion?


Answer

A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.

Is This Answer Correct ?    0 Yes 0 No

Question { 1944 }

What is recursion?


Answer

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

Question { 1172 }

What is the difference between overloading and overriding?


Answer

• Overloading: Same function name, different signatures.
• Overriding: Redefining a base class's function in a derived class using the same signature.

Is This Answer Correct ?    0 Yes 0 No

Question { 595 }

How can you Improve Conversion Rates ?


Answer

Testing various aspects of the website, particularly the landing page, helps increase conversion rates. On landing pages, one can also experiment with layout, style, and functionality.

Is This Answer Correct ?    0 Yes 0 No

Question { 1181 }

What are meta keywords?


Answer

Although they are a form of meta tag, meta keywords are no longer in use. Meta keywords were employed in the early days of SEO to inform search engines about the purpose of a page.

But it was being misused to change ranks. As a result, Google and the majority of other search engines no longer take this meta tag into account.

Is This Answer Correct ?    0 Yes 0 No

Question { 1181 }

What are meta keywords?


Answer

Although they are a form of meta tag, meta keywords are no longer in use. Meta keywords were employed in the early days of SEO to inform search engines about the purpose of a page.

But it was being misused to change ranks. As a result, Google and the majority of other search engines no longer take this meta tag into account.

Is This Answer Correct ?    0 Yes 0 No

Question { 1046 }

What is list comprehension? Give an example.


Answer

A syntax component called list comprehension makes it easier to create a list using an existing iterable.

For instance:


[i for i in range(1, 10)] = my_list

Is This Answer Correct ?    0 Yes 0 No

Question { 1245 }

What are dynamic data structures?


Answer

Data structures like linked lists and trees that grow or shrink during runtime.

Is This Answer Correct ?    0 Yes 0 No

Question { 1877 }

What is a graph?


Answer

A specific kind of data structure that has a collection of ordered pairings is called a graph.
Another name for the ordered pairs in a graph is arcs or edges. Connecting nodes where data can be stored and accessed is their most popular use.

Is This Answer Correct ?    0 Yes 0 No

Question { 1467 }

What are packages in java?


Answer

Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.

Is This Answer Correct ?    0 Yes 0 No

Prev    1    3   [4]    5  ... 7   ... 10   ... 13   ... 16   ... 19   ... 22   ... 25   ... 28   ... 31   ... 34   ... 37   ... 40   ... 43    Next