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 5446Write 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 7637
Does Python support Multithreading?
How is Python used in web development?
What is a hook in drupal?
Tell me what is the use of the function htmlentities?
What is the biggest challenge facing your current job right now? What is your biggest failure?
Explain how you can access sessions in flask?
Name few python web application frameworks?
Is laravel an mvc?
Why do we use constructor?
Can we use php variable in javascript?
What are activex code components? What is guid?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is Drupal error handling?
How to Set a form's maxwidth in code?
What is endl c++?