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 5273Write 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 7253
How to generate application key in laravel?
What command is used to refresh dependencies?
What is a nested loop?
Whats the difference between input() and raw_input()?
What should be the typical build environment for python based application development?
Point out some of the key features of python?
How are pointers type-cast?
How can you say that a template is better than a base class?
How to Draw on frame ?
What is pure oop?
What is c++ used for today?
What are the 5 oop principles?
Do you need python to run a python program?
What are the differences between malloc() and calloc()?
What are identifiers python?