Programming Languages Interview Questions
Questions Answers Views Company eMail

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

1 415

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 559

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 409

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 577

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

2 346

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

1 288

Write a C++ Program to Multiply two Numbers

1 479

Write a C++ Program to Generate Random Numbers between 0 and 100

1 688

int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

826

How to explain the final year project as a fresher please answer with sample project

463

Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1578

1. What coding languages are you comfortable with?

1 1878

2. What do you mean by DHCP?

1 2103

3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?

1 2098

What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1343


Un-Answered Questions { Programming Languages }

Write a program to swap two numbers without using the third variable?

591


Python or r: which one would you prefer for text analytics?

500


what do u mean by Direct access files? then can u explain about Direct Access Files?

1635


What is meant by variable variables in php?

527


How does the identity operator === compare two values?

668






How to give comments in python?

481


Explain how the virtual base class is different from the conventional base classes of the opps.

677


Explain about classes in strings?

492


I am work in it aompenei

963


Tell me what is the limitation to the depth of your categories?

161


which type of aspect you want from the student.

1697


How can you access memory located at a certain address?

661


is there any maximum length expected for an identifier?

478


Is it possible to implement dealloc in arc?

1


How can I update my website?

92