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 the advantages of using Unions?
Can a pointer be volatile in c?
What is const and volatile in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is a char in c?
What is pointer and structure in c?
Which is better between malloc and calloc?
Where are c variables stored in memory?
What is the use of bit field?
What are the differences between new and malloc in C?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How do you convert strings to numbers in C?
Can a function argument have default value?
What is the function of this pointer?
What is a volatile keyword in c?