Saved Bookmarks
This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Notes for structured data type array |
| Answer» | |
| 2. |
Program to reverse word of a string individually |
| Answer» | |
| 3. |
Please tell me about 2D array completely with syntax |
| Answer» | |
| 4. |
How does c++ calculate the size and unsize array |
| Answer» | |
| 5. |
How single dimension arrays are represented in memory |
| Answer» | |
| 6. |
What is compute |
| Answer» | |
| 7. |
How to make a design using nested loop |
| Answer» | |
| 8. |
Differenc between 1-D array and 2-D array |
| Answer» | |
| 9. |
What do you mean by computer science |
| Answer» | |
| 10. |
Write a program to read value of W, X, Y and Z and displays the value of P, where p= w+x/y_z |
|
Answer» #include |
|
| 11. |
float p=10.45;p=p++ +1;Cout |
| Answer» | |
| 12. |
What is a data type |
| Answer» | |
| 13. |
Write a function to swap a number from its even location to odd location |
| Answer» | |
| 14. |
Write a programme to show floyt triangle |
| Answer» | |
| 15. |
What is wild card ? |
| Answer» | |
| 16. |
What is arrays |
| Answer» | |
| 17. |
Write a program using nested loops to produce a rectangle of *\'s with 6 rows and 20 *\'s per row. |
| Answer» | |
| 18. |
Structure of a C++ program |
| Answer» | |
| 19. |
why "/n is using in c++? What are it\'s uses? |
| Answer» | |
| 20. |
Program to transpose two matrices |
| Answer» | |
| 21. |
What is comment |
| Answer» Comment is a part of the code which is ignored by the compiler by which user can make simple note.Comment are of two types:1) Single line comment- We can create comment in single line by applying // this symbol2) Multi line comment- We can create comment in multi line by applying /* */ this symbol. | |
| 22. |
What is sprite |
| Answer» | |
| 23. |
5.8E is an invalid real constant.why??\xa0 |
| Answer» | |
| 24. |
3 Examples C++ programs of 2d arrays with solution |
| Answer» | |
| 25. |
How many values function can return |
| Answer» | |
| 26. |
Full explanation of flow chart |
| Answer» | |
| 27. |
wap to sum the series 1+1/2+1/3+1/4+1/5+1/6+1/7 |
| Answer» 2.59285714286 | |
| 28. |
What is the role of void keyword in declaring functions? |
| Answer» | |
| 29. |
How to make an app |
| Answer» | |
| 30. |
Program to check whether given string is palindrome or not without using library function |
| Answer» | |
| 31. |
Write a program in arry |
| Answer» Array? | |
| 32. |
CBSE 2016 computer question pay |
| Answer» | |
| 33. |
Write a program to insert 10 elements of integer type in an array and display the largest number. |
| Answer» | |
| 34. |
Write the various steps of data processing |
| Answer» | |
| 35. |
Diff. B/w input. And. Output. Devices |
| Answer» | |
| 36. |
what is call by value? |
| Answer» Initializing an integer during declaration ,then using it in the required function | |
| 37. |
What is for loop |
| Answer» | |
| 38. |
What is the program to create a star pattern pyramid |
| Answer» | |
| 39. |
What is class |
| Answer» A class is a collection of same kind of objects | |
| 40. |
4 which function shift +c is used |
| Answer» | |
| 41. |
What do you mean by firewall? Briefly describe its types |
| Answer» Firewalls are type of antivirus which does not allow any virus to come in to our system . It actually acts like a wall | |
| 42. |
Wap to input a no and convert decimal to binary |
| Answer» | |
| 43. |
How to make programs using loop |
| Answer» | |
| 44. |
Write a program for calculator |
| Answer» | |
| 45. |
What is looping |
| Answer» | |
| 46. |
Write a program to given input as given belowRoll .no. Name 1. Rahul 2. Akash 3. Amul 4. Ashish |
| Answer» | |
| 47. |
Wap to print the multiplication table of a given number N imputed by the user |
| Answer» | |
| 48. |
Programming for printing prime numbers |
| Answer» | |
| 49. |
Wap to enter a no calculate and print its factorial |
| Answer» | |
| 50. |
random function |
| Answer» | |