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

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

Question { 1907 }

What is PL/SQL ?


Answer

PL/SQL refers to Procedural Language/Structured Query Language. It is a programming language extension of SQL that allows you to write procedural code, such as loops, conditional statements, exception handling, and SQL statements. PL/SQL is mainly used for developing database applications and stored procedures within Oracle Database.

Is This Answer Correct ?    0 Yes 0 No

Question { IBS, 1714 }

What Is Polymorphism in C++ ?


Answer

An object-oriented programming concept called polymorphism enables a function or object to act differently depending on the situation. Polymorphism in C++ can be called at compile time or at runtime.

Is This Answer Correct ?    0 Yes 0 No


Question { Amazon, 1413 }

What is the difference between delete and delete[]


Answer

• delete: Frees memory allocated for a single object.
• delete[]: Frees memory allocated for an array of objects.

Is This Answer Correct ?    0 Yes 0 No

Question { 690 }

What is keyword density?


Answer

Keyword density is the ratio of a term's occurrences on a page to the total number of words on that page. One possible method to calculate it is to divide the total number of words on the page by the number of times the term appears, and then divide the result by 100.

Is This Answer Correct ?    0 Yes 0 No

Question { 1212 }

What are decorators in Python?


Answer

Decorators are used to alter the appearance of a function while retaining its structure. They are often defined before the function that they improve.

Is This Answer Correct ?    0 Yes 0 No

Question { 804 }

What are generators in Python?


Answer

Generators in Python are a special type of function that return an iterator and allow you to iterate through a sequence of values lazily, meaning they produce values one at a time and only when requested. Instead of using return, generators use the yield keyword to return values. This makes generators memory-efficient, especially for large datasets, as they generate values on the fly rather than storing the entire sequence in memory.

Is This Answer Correct ?    0 Yes 0 No

Question { Cognizant, 1559 }

what is a structure in c#


Answer

A structure is a user-defined data type that groups variables of different types under one name.

Is This Answer Correct ?    0 Yes 0 No

Question { Amazon, 1207 }

What is a class in C++?


Answer

The core components of C++ object-oriented programming are classes. They represent a collection of connected objects and are a user-defined data type. Classes keep variables and member functions together.

Is This Answer Correct ?    0 Yes 0 No

Question { IBS, 1387 }

What is the difference between an ARRAY and a LIST in C++?


Answer

Although lists and arrays are both used to store data, they differ in a few important ways. These consist of:

• A list's size is changeable, but an array's is fixed.
• While a list allows sequential access, in which the user must navigate through the elements to locate a given index, an array allows random access using indexes.

• While a list can store entries in any memory location, an array stores elements in contiguous memory.

Is This Answer Correct ?    0 Yes 0 No

Question { 865 }

What is the difference between HTML elements and tags?


Answer

The fundamental components of a web page's content and structure are represented by HTML elements. They cover every aspect of the structure, including the characteristics, content, and start and end tags. Conversely, tags are particular markers that enclose material in angle brackets (<>). Although elements are made up of both content and tags, tags are the opening () and closing () markers that indicate the beginning and ending of an element in HTML syntax.

Is This Answer Correct ?    0 Yes 0 No

Question { 1287 }

What is namespace in Python?


Answer

A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.

Is This Answer Correct ?    0 Yes 0 No

Question { Adobe, 1422 }

What is C++11?


Answer

C++11 is a major update to the C++ language, introducing features like lambda expressions, smart pointers, nullptr, std::thread, and more.

Is This Answer Correct ?    0 Yes 0 No

Question { B-Ways TecnoSoft, 1091 }

What is Inheritance in C#?


Answer

An object-oriented programming technique called inheritance allows one class to inherit the traits and attributes of another class. This makes it simple for users to extend and reuse preexisting characteristics or actions.

Is This Answer Correct ?    0 Yes 0 No

Question { 1264 }

What are Namespaces?


Answer

Namespaces are used to organize code and prevent name collisions.

Is This Answer Correct ?    0 Yes 0 No

Question { 955 }

What is Google Analytics?


Answer

One of Google's web analytics services, Google Analytics monitors and reports website traffic. It offers information about site performance and user behavior.

Is This Answer Correct ?    0 Yes 0 No

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