in iso what are the common technological language?
Answer / Gaurav Nidhar
ISO (International Organization for Standardization) does not define programming languages. However, it provides standards and specifications for various technologies used in software development such as ISO/IEC 9001 (quality management systems), ISO/IEC 27001 (information security management), and ISO/IEC 14971 (medical devices software).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the c value paradox and how is it explained?
define c
What is oops c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is a constant?
Explain enumerated types.
How many types of operators are there in c?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Explain about C function prototype?
what does exit() do?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is calloc() function?