Answer Posted / dilip
Array is a collection of number of element and collection
of data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what will be the output for the following main() { printf("hi" "hello"); }
What is the best organizational structure?
What does the && operator do in a program code?
what are non standard function in c
What is the c value paradox and how is it explained?
Is there any demerits of using pointer?
Describe dynamic data structure in c programming language?
How many keywords (reserve words) are in c?
How can I discover how many arguments a function was actually called with?
What does typedef struct mean?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How can a number be converted to a string?
What is the difference between the = symbol and == symbol?
How many identifiers are there in c?
What does d mean?