WHAT IS THE ABREVATION OF FORTRAN?
Answers were Sorted based on User's Feedback
Answer / devi
FORTRN-FORmula TRANslator(It is a high level Programming Language)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Write a C++ Program to Multiply two Numbers
How do you sort a sort function in c++ to sort in descending order?
What is lvalue?
What is a stack c++?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
What is binary object model?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Why null pointer is used?
What is an opaque pointer?
What is a container class? What are the types of container classes?
Why is c++ a mid-level programming language?