which type of question asked from c / c++ in interview.
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
| Is This Answer Correct ? | 12 Yes | 2 No |
How can I find the day of the week given the date?
How to Throw some light on the splay trees?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
is it possible to change the default calling convention in c ?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How to compare array with pointer in c?
What is meant by preprocessor in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What are preprocessor directives in c?