What are guid? Why does com need guids?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What can c++ be used for?
What is encapsulation in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
Can I learn c++ as my first language?
What are the advantages of pointers?
What is difference between array and vector in c++?
What are friend classes?
How many lines of code you have written for a single program?
how to connect with oracle 9i with server in socket program in c/c++
Can we sort map in c++?