Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is %s and %d in c?
What is a pointer in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is 'bus error'?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
In a header file whether functions are declared or defined?
How do you convert strings to numbers in C?
Why we use break in c?
write a program fibonacci series and palindrome program in c
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is time null in c?
Here is a neat trick for checking whether two strings are equal
What is the code in while loop that returns the output of given code?