What is nutshell in programming language?

Answer Posted / balkrishna yadav

Nutshell means a reference section for any topic.
Example: Guiding the users or developers what to do, and from where to get references etc.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long to learn object oriented programming?

559


Which language is not a true object oriented programming language?

638


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1413


What is oops with example?

560


Write a c++ program to display pass and fail for three student using static member function

2810






assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


What is encapsulation process?

575


what is graphics

2007


What is solid in oops?

598


What is byval and byref? What are differences between them?

1687


Explain the advantages of inheritance.

668


What is encapsulation oop?

574


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1635


What is a superclass in oop?

665


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2752