i want to know aptitude questions,technical questions
Answer Posted / gokul
yes i need to know aptitude questions,technical questions
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how can you tell whether a program was compiled using c versus c++?
Explain what is the concatenation operator?
what is different between auto and local static? why should we use local static?
What is #define?
Explain what is a 'locale'?
Is c is a procedural language?
What is #line in c?
Is it cc or c in a letter?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What happens if a header file is included twice?
What is a buffer in c?
What is difference between arrays and pointers?
Explain b+ tree?
Tell me what is null pointer in c?
Is this program statement valid? INT = 10.50;