Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why is sprintf unsafe?
What is #line used for?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Why does the call char scanf work?
What are the advantages of using new operator as compared to the function malloc ()?
Why is main function so important?
What is assert and when would I use it?
How do you print only part of a string?
Do you know the use of fflush() function?
What is the condition that is applied with ?: Operator?
What is pointer to pointer in c with example?
Explain what is dynamic data structure?
What is variable and explain rules to declare variable in c?
What does it mean when a pointer is used in an if statement?
What functions are in conio h?