

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your Class 11 knowledge and support exam preparation. Choose a topic below to get started.
901. |
Notes for structured data type array |
Answer» | |
902. |
Program to reverse word of a string individually |
Answer» | |
903. |
Please tell me about 2D array completely with syntax |
Answer» | |
904. |
How does c++ calculate the size and unsize array |
Answer» | |
905. |
How single dimension arrays are represented in memory |
Answer» | |
906. |
What is compute |
Answer» | |
907. |
How to make a design using nested loop |
Answer» | |
908. |
Differenc between 1-D array and 2-D array |
Answer» | |
909. |
What do you mean by computer science |
Answer» | |
910. |
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<iostream.h>int main(){int w, x, y, z,p;cout<<"enter 4 numbers ";cin>>w>>x>>y>>z;p=w+x/y-z; cout< | |
911. |
float p=10.45;p=p++ +1;Cout |
Answer» | |
912. |
What is a data type |
Answer» | |
913. |
Write a function to swap a number from its even location to odd location |
Answer» | |
914. |
Write a programme to show floyt triangle |
Answer» | |
915. |
What is wild card ? |
Answer» | |
916. |
What is arrays |
Answer» | |
917. |
Write a program using nested loops to produce a rectangle of *\'s with 6 rows and 20 *\'s per row. |
Answer» | |
918. |
Structure of a C++ program |
Answer» | |
919. |
why "/n is using in c++? What are it\'s uses? |
Answer» | |
920. |
Program to transpose two matrices |
Answer» | |
921. |
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. | |
922. |
What is sprite |
Answer» | |
923. |
5.8E is an invalid real constant.why??\xa0 |
Answer» | |
924. |
3 Examples C++ programs of 2d arrays with solution |
Answer» | |
925. |
How many values function can return |
Answer» | |
926. |
Full explanation of flow chart |
Answer» | |
927. |
wap to sum the series 1+1/2+1/3+1/4+1/5+1/6+1/7 |
Answer» 2.59285714286 | |
928. |
What is the role of void keyword in declaring functions? |
Answer» | |
929. |
How to make an app |
Answer» | |
930. |
Program to check whether given string is palindrome or not without using library function |
Answer» | |
931. |
Write a program in arry |
Answer» Array? | |
932. |
CBSE 2016 computer question pay |
Answer» | |
933. |
Write a program to insert 10 elements of integer type in an array and display the largest number. |
Answer» | |
934. |
Write the various steps of data processing |
Answer» | |
935. |
Diff. B/w input. And. Output. Devices |
Answer» | |
936. |
what is call by value? |
Answer» Initializing an integer during declaration ,then using it in the required function | |
937. |
What is for loop |
Answer» | |
938. |
What is the program to create a star pattern pyramid |
Answer» | |
939. |
What is class |
Answer» A class is a collection of same kind of objects | |
940. |
4 which function shift +c is used |
Answer» | |
941. |
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 | |
942. |
Wap to input a no and convert decimal to binary |
Answer» | |
943. |
How to make programs using loop |
Answer» | |
944. |
Write a program for calculator |
Answer» | |
945. |
What is looping |
Answer» | |
946. |
Write a program to given input as given belowRoll .no. Name 1. Rahul 2. Akash 3. Amul 4. Ashish |
Answer» | |
947. |
Wap to print the multiplication table of a given number N imputed by the user |
Answer» | |
948. |
Programming for printing prime numbers |
Answer» | |
949. |
Wap to enter a no calculate and print its factorial |
Answer» | |
950. |
random function |
Answer» | |