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
how to add Servlet-api.jar file into eclipse 3.3.2 ?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
what is the use of check point
is possible to delete specific data in a row by using of sql query?
how many types of bytes are there???
in teradata level primary in table level allows duplicates why?
what is lazy loading in hibernate?Explain in detailed manner?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
3. What is the difference between testing and Quality Assurance?
what is difference between IF-ELSE-ENDIF and IIF.
what is best way to create a Thread class & why?
6.int x=10; float y=20; a=x%2=? b=y%2=?