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 |
Explain what will the preprocessor do for a program?
define string ?
What is a double c?
how to find binary of number?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Is it fine to write void main () or main () in c?
How can I find out how much free space is available on disk?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain heap and queue.
What is the difference between %d and %*d in C
What is the restrict keyword in C?
What is the advantage of a random access file?