Which programming language is best to learn first?


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

Post New Answer

More C++ General Interview Questions

What are the c++ access specifiers?

1 Answers  


How would you use the functions randomize() and random()?

0 Answers  


What is a buffer c++?

0 Answers  


Explain this pointer?

0 Answers  


what are prototypes

4 Answers   Infosys, TCS,






In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

0 Answers   College School Exams Tests, CS,


What are the rules about using an underscore in a c++ identifier?

0 Answers  


What is the header file for setw?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Does c++ have foreach?

0 Answers  


How can we check whether the contents of two structure variables are same or not?

0 Answers  


What is the difference between reference and pointer?

0 Answers  


Categories