How do you link a C++ program to C functions?

Answer Posted / guest

By using the keyword ?extern?

Is This Answer Correct ?    23 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ios class in c++?

573


What are the general quetions are in DEna bank manager IT/System interviews?

1531


Explain class invariant.

582


What is a storage class? Mention the storage classes in c++.

592


What operators can you overload in c++?

592






What is the difference between reference and pointer?

610


Why is the function main() special?

619


What are 2 ways of exporting a function from a dll?

607


What is atoi in c++?

562


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

673


Can a constructor be private?

573


Why should you learn c++?

577


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1641


To which numbering system can the binary number 1101100100111100 be easily converted to?

602


Describe about storage allocation and scope of global, extern, static, local and register variables?

725