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 5291Write 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 7282
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is meant by high-order and low-order bytes?
what is Drupal cron?
What does ctime() do?
Is python good for web development?
How can I learn python?
How are variables declared in php?
What are inline functions? What is the syntax for defining an inline function?
What directory is the ActiveForm in ?
What is a pointer how and when is it used?
What can’t we put into an array or dictionary?
Is Joomla a Blog?
How to override the contributed module?
What is php and why it is used?
Do you know the use of fflush() function?