STL (140)
OOPS (873)
C++ General (2409) Describe about storage allocation and scope of global, extern, static, local and register variables?
1259Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
1002How do you declare A pointer to function which receives an int pointer and returns a float pointer
1225
What does count ++ do in c++?
Explain Memory Allocation in C/C++ ?
What are proxy objects in c++?
How many namespaces are there in c++?
Which software is best for coding?
When does a name clash occur in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
what is the drawback of classical methods in oops?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain Text Manipulation Routines?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is static variable and difference between(const char *p,char const *p,const char* const p).
What is the difference between a mixin and inheritance?
What is isdigit c++?
Why Pointers are not used in C++?