In int main(int argc, char *argv[]) what is argv[0]
a) The first argument passed into the program
b) The program name
c) You can't define main like that
No Answer is Posted For this Question
Be the First to Post Answer
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Explain how to initialize a const member data.
Floating point representation and output seems to be compiler dependent?
Why do we use constructor?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Define stacks. Provide an example where they are useful.
What is an associative container in c++?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
What is ios in c++?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
Can you please explain the difference between using macro and inline functions?