What could be smallest programs in the C and C++ in terms of bytes?
From c and c++ topic
Collapse
X
-
Tags: None
-
What do you mean exactly? "Smallest programs" in terms of storage space? Is the question related to optimization?What could be smallest programs in the C and C++ in terms of bytes?
Technically saying, the smallest program would beand does nothing.Code:main(){}Comment
-
Lol I did that on purpose to make it look like the smallest possible one-liner. https://bytes.com/topic/c/answers/97...am#post3825313Comment
Comment