how to explain our contribution in the project?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

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.

0 Answers   CIIT Wah,


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  


Difference between declaration and definition of a variable.

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,






What is purpose of new operator?

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


What do you mean by late binding?

0 Answers  


What is different in C++, compare with unix?

0 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What are literals in C++?

0 Answers   Wipro,


Categories