Partap Tanwar
Can we make any program in c++ without using any header file and what is the shortest program in c++.
By Partap Tanwar in C, C++, MFC on Sep 07 2009
  • Pradeep
    Sep, 2009 10

    C++ program can't be run without header file but a c program can execute without a header file. shortest c++ program is #include<iostream.h>int main(){return 0;}
    <br>shortest program in c++ is to print "hello world".

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS