What's the hardest coding language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Explain one-definition rule (odr).
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Explain operator overloading.
What are the different types of polymorphism?
Write a program using display() function which takes two arguments.
Can a program run without main function?
Under what conditions is multiple inheritance not recommended?
why v use c++ even we have microprocessor
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What is the extension of c++?