C / C++ Quiz Q & A |
Set 1 |
Interview Q & A |
C / C++ Quiz Q&A : Set 1 |
Q1) What are the types of linkages? A. Internal and External Q2) Which of the following is the correct syntax of including a user defined header files in C++? A) #include Q3) What is the output of the following code snippet?
A) 5 |