What are the different types of comments allowed in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between mutex and binary semaphore?
Define pure virtual function?
Explain the virtual inheritance in c++.
What are maps in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
How to write a program such that it will delete itself after exectution?
How a modifier is similar to mutator?
What is the main function c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };