Programming Languages Interview Questions
Questions Answers Views Company eMail

Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

CIIT Wah,

2068

which is best institute to learn c,c++ in ameerpet hyderabad

1 2404

write a C++ program for booking using constructor and destructor.

HAL,

2026

how to build a exercise findig min number of e heap with list imlemented?

1583

. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 5544

Write a c program to print the even numbers followed by odd numbers in an array without using additional array

Tech Mahindra,

1 2909

Is buffer size and file block size is similar? If similar,at which case it will be same size?

1708

I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??

1633

Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 2796

write a program in c to read array check element is present or not?

1 3398

what is the new version of oops

Ignou,

1998

what is the new version of c++

Ignou, Pramata, Satyam,

1 4350

can you give the dynamic polymorphism types?

Wipro,

2 14635

write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2482

How to write a program to receive an integer & find its octal equivalent by using for loop?

Google,

1 3604


Un-Answered Questions { Programming Languages }

How delete [] is different from delete?

570


In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?

1483


What is a ternary operator in c?

622


What do you mean by hooks in cakephp ?

3


what is stack , heap ,code segment,and data segment

2195






What are python scripts used for?

406


Is objective c garbage collected?

1


How does global value mutation use for thread-safety?

295


In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?

1820


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1551


Can notepad ++ run c++?

526


Difference between delete and free.

593


How to remove leading whitespaces from a string in the python?

466


What is identifier in c?

520


What is abstract keyword in c++?

572