Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
4 20872
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What are site pages on wordpress?
What is meant by Laravel - Localization ?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Why do we use constructor?
What is php session start?
Tell me what is the main difference between php 4 and php 5?
What is the significance of classes in oop?
Are functions objects in python?
How do I reverse the range of a python order?
Write a syntax and purpose of switch statement.
Explain about objects in PHP?
What is the __ init __ method used for?
How to call a constructor for a parent class?
Name different types of inheritance in python?