Answer Posted / jiten patel
Array is a group of entity which stores similar types of data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which is better between malloc and calloc?
What does do in c?
Explain what is #line used for?
What is c standard library?
What is calloc malloc realloc in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the use of pragma in embedded c?
Is main is a keyword in c?
What is pointer to pointer in c with example?
How can I recover the file name given an open stream?
Explain the use of bit fieild.
What is an array in c?
Implement bit Array in C.
How many bytes are occupied by near, far and huge pointers (dos)?