which type of question asked from c / c++ in interview.
Answer Posted / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the preprocessor directive error?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How does sizeof know array size?
Explain what does the function toupper() do?
What is the mean of function?
Explain setjmp()?
Explain how can you avoid including a header more than once?
What is storage class?
Tell me is null always defined as 0(zero)?
What is the explanation for prototype function in c?
What is line in c preprocessor?
Is a house a shell structure?
What does sizeof int return?
Write a code of a general series where the next element is the sum of last k terms.