Just Programming
Pages
Home
C C++ Topics
JAVA Aptitude
Assaan IT Solutions
My Facebook Group
My Site
Wednesday, 10 April 2013
Question: How many ways are there to initialize an int with a constant?
Question:
How many ways are there to initialize an int with a constant?
Answer:
Two:-
1. int foo = 123;
2. int bar(123);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment