Can a program run without main in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any new intrinsic (built-in) data types?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
what are the iterator and generic algorithms.
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
Can we generate a C++ source code from the binary file?
What are the advantages of pointers?
Can I learn c++ without knowing c?
What is the difference between a shallow copy and a deep copy?
What is pair in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.