How to call a C++ function which is compiled with C++ compiler in C code?
No Answer is Posted For this Question
Be the First to Post Answer
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
what is diff bet ref variable & instance of class
When will you use shell script/Perl ahead of C/C++?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
what is apt_dump_score in datastage where it is useful
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
5. How do you round the addition or subtraction of two numbers in assembler?
What is the meaning of .(dot) in .NET framework?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
How you ll create customizing Tcode.
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.