Software Interview Questions
Questions Answers Views Company eMail

Write a C++ Program to Display Number (Entered by the User).

1 264

Identify the error in the following program. #include void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 249

Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 654

Write a C++ Program to find Square Root of a number using sqrt() function.

1 428

Write a C++ Program to Find Sum and Average of three numbers.

1 270

Write a program to read two numbers from the keyboard and display the larger value on the screen

1 326

Write a C++ Program to Find whether given Number is Odd or Even.

1 393

Write a C++ Program to Reverse a Number using while loop.

1 378

Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 783

Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 406

Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 550

Identify the error in the following program. include using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 395

Identify the errors in the following program. #include using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 567

Write a C++ Program to Check Whether a character is Vowel or Consonant.

2 334

Write a C++ Program to find Addition of Two Numbers.

1 277


Un-Answered Questions { Software }

How to use a Master Database in Asp.net?

552


What is a parallel index build?

1


Explain the locking system in jdbc & its types?

495


What is microsoft visual c++ 2008 redistributable and do I need it?

531


Can you explain bloommapfile.

232






How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

627


How can you adjust the zoom level of the canvas?

21


What is service method?

461


Is xhtml still used 2018?

424


What is the Difference between Managed Package and Unmanaged package?

208


List some important features of java 10 release?

501


Where is the setup exe file on my computer?

478


how to work with your .pst file?

5


What is the difference between the svg and canvas tag in html5?

466


What do you understand by boltzmann machine?

1