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 5376Write 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 7473
What is destructor oops?
Can you write a function similar to printf()?
Explain me what is the wordpress loop?
What does the format %10.2 mean when included in a printf statement?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Tell me how do I determine a post, page, category, tag, link, link category, or user id?
List the system requirements for drupal installation?
When must you use a constructor initializer list?
How is null defined in c?
What is the use of super-global arrays in php?
Define a constant?
Is Joomla just a HTML based website deployment?
What are the data types in c++?
How to change favicon in joomla?
How do you save a c++ program?