What is the output of printf("%d")
What will happen if I say delete this
Difference between "vector" and "array"?
How to write a program such that it will delete itself after exectution?
Can we generate a C++ source code from the binary file?
What are inline functions?
Details about profiling?
Actually these questions were put to students by potential recruiters
Can ANYBODY help me on these
:confused:
prabhu_kar 0 Newbie Poster
Recommended Answers
Jump to PostHere are some of the answers:
What is the output of printf("%d")
It will output some junk signed integer value because you never told it which signed integer to output.
Difference between "vector" and "array"?
A vector is a STL container that has the same functionality as an array, but …
Jump to PostWhat are inline functions?
Functions that the compiler knows to optimize. I think most compiler usually figure out what to inline by themselves these days.
i would like to append a little more information .
first of this terminology is very much used for functions in classes .
if a …
All 7 Replies
daviddoria 334 Posting Virtuoso Featured Poster
tux4life commented: Nice explanation ! +1
rahul8590 71 Posting Whiz
tux4life 2,072 Postaholic
tux4life 2,072 Postaholic
daviddoria 334 Posting Virtuoso Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
tux4life 2,072 Postaholic
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.