STL (140)
OOPS (873)
C++ General (2409)
Please explain the reference variable in c++?
Explain unexpected() function?
Write a code/algo to find the frequency of each element in an array?
program for insertion ,deletion,sorting in double link list
Explain polymorphism?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
write a function signature with various number of parameters.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Is linux written in c or c++?
Is c++ the hardest language?
What is dynamic and static typing?
How would you use the functions memcpy(), memset(), memmove()?
Can we define function inside main in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Evaluate !(1&&1||1&&0) a) Error b) False c) True