Answer Posted / shruti
Array is a collection of homogeneous data-types..
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between malloc() and calloc() function?
What is the Purpose of 'extern' keyword in a function declaration?
Whats s or c mean?
What is int main () in c?
What do you mean by dynamic memory allocation in c?
Can static variables be declared in a header file?
Explain how can you avoid including a header more than once?
Explain what is the difference between the expression '++a' and 'a++'?
What is || operator and how does it function in a program?
explain what is fifo?
Explain how are portions of a program disabled in demo versions?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is a pointer value and address in c?
Explain which function in c can be used to append a string to another string?