What is a pseudocode example?



What is a pseudocode example?..

Answer / Srish Kumar

Pseudocode is an informal high-level descriptive notation used for the purpose of designing and explaining algorithms. Here's a simple example: Initiate counter as 0; While counter is less than 10, increment counter by 1; Print counter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define a complete binary tree?

1 Answers  


What are the differences between b tree and b+ tree?

1 Answers  


In RDBMS, what is the efficient data structure used in the internal storage representation?

1 Answers  


What is a height of a tree?

1 Answers  


Is it possible to increase size of array?

1 Answers  


Why do we need searching algorithms?

1 Answers  


When will you sort an array of pointers to list elements, rather than sorting the elements themselves?

5 Answers  


How do you sort elements in an arraylist?

1 Answers  


Define indegree of a graph?

1 Answers  


How is any data structure application is classified among files?

1 Answers  


Where is binary tree used?

1 Answers  


Is hashtable throw concurrentmodificationexception?

1 Answers  


Categories