Answer Posted / gopi
An Array is a group of elements in a different datatype
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is the 'named constructor idiom'?
Is file a keyword in c?
What is function prototype in c language?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the basic structure of c?
can anyone please tell about the nested interrupts?
code for quick sort?
What is main () in c?
What's the difference between constant char *p and char * constant p?
Is there any demerits of using pointer?
What is volatile variable in c?
What is the use of linkage in c language?
How can I invoke another program or command and trap its output?
Explain the difference between #include "..." And #include <...> In c?
Write a program to find factorial of a number using recursive function.