Answer Posted / andeep singh
Pointer is faster than array if there is only one pointer used
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What are the loops in c?
What are the features of c languages?
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 are near, far and huge pointers?
What is #line in c?
Is a house a mass structure?
Describe dynamic data structure in c programming language?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Does free set pointer to null?
What is the use of in c?
What is the difference between int main and void main?
Is it better to use a macro or a function?
What are the complete rules for header file searching?