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

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

Question { 7604 }

what is the difference between c and c++


Answer

• C: Procedural programming language, no support for OOP, limited standard library.
• C++: Supports OOP, templates, and STL; more modern syntax and features.

Is This Answer Correct ?    0 Yes 0 No

Question { 4248 }

what is a function prototype?


Answer

A function prototype declares the function's name, return type, and parameters without providing the actual implementation.

Is This Answer Correct ?    0 Yes 0 No


Question { 4248 }

what is a function prototype?


Answer

A declaration of a function that specifies its return type and parameters, e.g., int add(int, int);

Is This Answer Correct ?    0 Yes 0 No

Question { 14020 }

What is a Queue?


Answer

A linear data structure that executes operations in FIFO order is called a queue.
Rather than a stack in a queue, the elements that have been added the least recently are eliminated first.

Is This Answer Correct ?    0 Yes 0 No

Question { 6020 }

what is a stack


Answer

A linear data structure that executes operations in Last In First Out (LIFO) order is referred to as a stack.
Only the topmost element in a stack can be accessed, followed by the bottom element.

Is This Answer Correct ?    0 Yes 0 No

Question { ME, 7683 }

what is multimedia


Answer

Multimedia refers to the integration of multiple forms of media, including text, images, audio, video, animation, and interactive elements, to communicate information effectively.

Is This Answer Correct ?    0 Yes 0 No

Question { TNS, 6310 }

What is Regression?


Answer

Regression is a supervised machine learning algorithm technique that helps predict the dependent variable (y) based on the independent variable (x) by determining the correlation between variables. Prediction, time series modeling, forecasting, and figuring out the causal-effect relationship between variables are its primary uses.

Regression and all machine learning methods are implemented in Python using the Scikit module.

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 10885 }

What is the difference between SQL and PLSQL


Answer

• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

Question { 6962 }

what is html


Answer

HTML (HyperText Markup Language) is the standard markup language used to create the structure of web pages. It allows you to define elements such as headings, paragraphs, links, images, and other content types for websites.

Is This Answer Correct ?    0 Yes 0 No

Question { 6962 }

what is html


Answer

HTML (HyperText Markup Language) is the standard markup language for creating web pages. It structures the content using elements defined by tags.

Is This Answer Correct ?    0 Yes 0 No

Question { 2908 }

What is Google Sandbox?


Answer

According to the Google Sandbox Effect, new websites are frequently on probation (within a box) and are therefore unable to rank well for their most crucial keywords.

The idea is that Google should think things over before departing the fake place. Making too many connections in a short period of time could be the culprit. Although it was discussed as Google discussed other topics, it was never formally announced.

Is This Answer Correct ?    0 Yes 0 No

Question { 2296 }

What is robots.txt?


Answer

It is a robots.txt text file. This file is used for everything. It tells search engine crawlers how to index and cache a domain, a webpage, or a file within a directory.

Is This Answer Correct ?    0 Yes 0 No

Question { 3751 }

How is memory managed in python?


Answer

All of the objects in Python are stored in a private heap region. This heap's sharing, caching, segmentation, and allocation are all controlled by the Python memory manager. Only the Python interpreter has access to the heap; the user does not.

Is This Answer Correct ?    0 Yes 0 No

Question { 3751 }

How is memory managed in python?


Answer

Python memory management consists of a private heap that holds all data structures and objects. The interpreter controls the heap, and the programmer has no access to it. All memory allocation is handled by the Python memory management. Additionally, a built-in trash collector recycles and frees up heap space memory.

Is This Answer Correct ?    0 Yes 0 No

Question { 2704 }

What are Python decorators?


Answer

Decorators are functions that modify the behavior of other functions or methods. They are often used for logging, access control, and memoization.

Is This Answer Correct ?    0 Yes 0 No

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