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) C++ program output?
Explain output of this program.
#include
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
1 5378Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
HTC,
4 7477
How to Use Multiple Servers?
How to implement social login authentication in Django ?
What is a nested formula?
Name some of the important modules that are available in python.
What do you mean by scala map?
Can we do pattern matching using python?
How to get the ip address of the client?
Explain python variable scope error?
How can you display a list of child pages in wordpress?
What is php and sql?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is a constant? Explain with an example.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What are plugins in the zend framework?
What should we do to be able to export data into an excel file?