STL (140)
OOPS (873)
C++ General (2409)
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the disadvantage of using a macro?
How do you define a class in c++?
What is the difference between *p++ and (*p)++ ?
Explain the static storage classes in c++.
Define 'std'.
Is string part of stl?
Can we use THIS Pointer in static function – Reason in C++?
What is std :: endl?
How would you implement a substr() function that extracts a sub string from a given string?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What are the benefits of oop in c++?
Which is most difficult programming language?
what's the basic's in dot net
What is meant by a delegate?